@@ -65,7 +65,8 @@ class PingThread(threading.Thread):
ifdateisNone:
return
delta=datetime.datetime.now()-date
print(delta)
print(datetime.datetime.now())
print(delta.total_seconds())
ifdelta.total_seconds()>30:
db.del_image_allocation_id(self.Id)
else:
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.