- removed redundant code (copy-paste)
- added missing local variable declaration
locking.acquire()
source_domain = "instances.social"
+ domains = dict()
if config.get("instances_social_api_key") == "":
logger.error("API key not set. Please set in your config.json file.")
"instances"
)
- logger.info("Fetching list from source_domain='%s' ...", source_domain)
- rows = network.fetch_json_rows(
- domain,
- path,
- headers,
- "instances"
- )
-
logger.info("Checking %d row(s) ...", len(rows))
for row in rows:
logger.debug("row[]='%s'", type(row))