From d0e7051a52163bbd5cade3ef38fdc934553fe48f Mon Sep 17 00:00:00 2001 From: Mint <> Date: Sat, 6 Aug 2022 18:21:35 +0300 Subject: [PATCH] fix --- fetch_instances.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.5