From 1bfb2c9ca110bf38e56047d6a2f2d6b539161082 Mon Sep 17 00:00:00 2001 From: Mateusz779 Date: Tue, 25 Apr 2023 12:27:26 +0200 Subject: [PATCH] - --- utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils.py b/utils.py index faf7ecb..05d3252 100644 --- a/utils.py +++ b/utils.py @@ -85,6 +85,7 @@ class PingThread(threading.Thread): delta = datetime.datetime.utcnow() - date if delta.total_seconds() > DELETE_TIMEOUT: db.del_image_allocation_id(self.Id) + print("deleted:", self.Id) else: db.update_image_allocation_time(self.Id)