From 4b43337b028438f123a421001971ae869c562da0 Mon Sep 17 00:00:00 2001 From: Mateusz779 Date: Tue, 25 Apr 2023 12:27:56 +0200 Subject: [PATCH] - --- utils.py | 1 + 1 file changed, 1 insertion(+) 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)