This commit is contained in:
Mint 2022-08-24 09:23:42 +03:00
parent 15961fc388
commit ed704dd66a

View file

@ -204,7 +204,7 @@ for blocker, software in c.fetchall():
conn.commit()
except Exception as e:
print("error:", e, blocker)
elif software == "friendica"
elif software == "friendica":
print(blocker)
try:
json = get_friendica_blocks(blocker)