]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 1 Oct 2024 20:05:59 +0000 (22:05 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 1 Oct 2024 20:11:06 +0000 (22:11 +0200)
- a little commata must be added ... :-(

fba/commands.py
fba/helpers/blocklists.py

index 7bb6ef0f4613ec2e52ce3c3500d175c6e1e136c5..0e8c17f98f22082f54eed2b316fa4cc7e2b12c31 100644 (file)
@@ -1634,7 +1634,7 @@ def fetch_instances_social(args: argparse.Namespace) -> int:
     locking.acquire()
 
     source_domain = "instances.social"
-    domains = dict()
+    domains = list()
 
     if config.get("instances_social_api_key") == "":
         logger.error("API key not set. Please set in your config.json file.")
index c2128ee7d15f939f127daf5cdd5861024da784cc..de314a52be29a55c2b968120598cc1f8d3289c5c 100644 (file)
@@ -68,7 +68,7 @@ csv_files = (
     {
         "blocker": "pleroma.envs.net",
         "csv_url": "https://seirdy.one/pb/pleroma.envs.net.csv",
-    }
+    },
 )
 
 def has(domain: str) -> bool: