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()