@@ -85,6 +85,7 @@ class PingThread(threading.Thread):
delta=datetime.datetime.utcnow()-date
ifdelta.total_seconds()>DELETE_TIMEOUT:
db.del_image_allocation_id(self.Id)
print("deleted:",self.Id)
else:
db.update_image_allocation_time(self.Id)
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.