This commit is contained in:
Mateusz779 2023-04-21 10:51:40 +02:00
parent 413c083be0
commit 382a1873d7

View File

@ -44,6 +44,7 @@ def check_allocation_thread_function():
for x in ids:
print(x)
ip = db.get_image_allocation_clientip_id_vpn(x[0])
print(x[0], ip)
ping_thread = PingThread(ip, x[0])
ping_thread.start()