-
This commit is contained in:
parent
f1aae8535f
commit
6054229a0a
3
utils.py
3
utils.py
@ -67,8 +67,9 @@ class PingThread(threading.Thread):
|
|||||||
delta = datetime.datetime.now() - date
|
delta = datetime.datetime.now() - date
|
||||||
print(datetime.datetime.now())
|
print(datetime.datetime.now())
|
||||||
print(delta.total_seconds())
|
print(delta.total_seconds())
|
||||||
if delta.total_seconds() > 30:
|
if delta.total_seconds() < -30:
|
||||||
db.del_image_allocation_id(self.Id)
|
db.del_image_allocation_id(self.Id)
|
||||||
|
print("deleted")
|
||||||
else:
|
else:
|
||||||
db.update_image_allocation_time(self.Id)
|
db.update_image_allocation_time(self.Id)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user