From 413c083be063d9b9d15a83d8048bf6155a2eb29f Mon Sep 17 00:00:00 2001 From: Mateusz779 Date: Fri, 21 Apr 2023 10:50:12 +0200 Subject: [PATCH] debug --- utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils.py b/utils.py index 5926e1a..f5d63ed 100644 --- a/utils.py +++ b/utils.py @@ -42,6 +42,7 @@ def check_allocation_thread_function(): while True: ids = db.get_image_allocation_all() for x in ids: + print(x) ip = db.get_image_allocation_clientip_id_vpn(x[0]) ping_thread = PingThread(ip, x[0]) ping_thread.start()