diff --git a/utils.py b/utils.py index 05d3252..6b9592d 100644 --- a/utils.py +++ b/utils.py @@ -83,6 +83,7 @@ class PingThread(threading.Thread): if date is None: return delta = datetime.datetime.utcnow() - date + print(delta) if delta.total_seconds() > DELETE_TIMEOUT: db.del_image_allocation_id(self.Id) print("deleted:", self.Id)