From: Mint <> Date: Sat, 6 Aug 2022 15:21:35 +0000 (+0300) Subject: fix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d0e7051a52163bbd5cade3ef38fdc934553fe48f;p=fba.git fix --- diff --git a/fetch_instances.py b/fetch_instances.py index 2d12351..e1ab48a 100644 --- a/fetch_instances.py +++ b/fetch_instances.py @@ -61,5 +61,5 @@ for instance in peerlist: ) conn.commit() except Exception as e: - print("error:", e, blocker) + print("error:", e, instance) conn.close()