From c0dcb142287c656804e050f26cc6e81215904ee0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 17 May 2023 08:00:27 +0200 Subject: [PATCH] WIP: - nicer message --- fetch_instances.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch_instances.py b/fetch_instances.py index 5b0bb6e..f25b440 100644 --- a/fetch_instances.py +++ b/fetch_instances.py @@ -28,7 +28,7 @@ for instance in peerlist: print("domain is blacklisted:", domain) continue - print(instance) + print("Handling instance:", instance) try: c.execute( "SELECT domain FROM instances WHERE domain = ?", (instance,) -- 2.39.5