debug
This commit is contained in:
parent
9bc5868139
commit
413c083be0
1
utils.py
1
utils.py
@ -42,6 +42,7 @@ def check_allocation_thread_function():
|
|||||||
while True:
|
while True:
|
||||||
ids = db.get_image_allocation_all()
|
ids = db.get_image_allocation_all()
|
||||||
for x in ids:
|
for x in ids:
|
||||||
|
print(x)
|
||||||
ip = db.get_image_allocation_clientip_id_vpn(x[0])
|
ip = db.get_image_allocation_clientip_id_vpn(x[0])
|
||||||
ping_thread = PingThread(ip, x[0])
|
ping_thread = PingThread(ip, x[0])
|
||||||
ping_thread.start()
|
ping_thread.start()
|
||||||
|
Loading…
Reference in New Issue
Block a user