From: Roland Häder Date: Wed, 17 May 2023 06:00:27 +0000 (+0200) Subject: WIP: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c0dcb142287c656804e050f26cc6e81215904ee0;p=fba.git WIP: - nicer message --- 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,)