From fc6d4cbad94a99c07a800a7f66d1e8371824f1cb Mon Sep 17 00:00:00 2001 From: MrTyton Date: Sun, 28 Jul 2024 18:14:44 -0400 Subject: [PATCH] import time --- release-versions/latest.txt | 2 +- root/app/pushbullet_notification.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/release-versions/latest.txt b/release-versions/latest.txt index d73a18e..e8ef0a7 100644 --- a/release-versions/latest.txt +++ b/release-versions/latest.txt @@ -1 +1 @@ -2024.07.27 +2024.07.27-1 \ No newline at end of file diff --git a/root/app/pushbullet_notification.py b/root/app/pushbullet_notification.py index f77aceb..c73c8fd 100644 --- a/root/app/pushbullet_notification.py +++ b/root/app/pushbullet_notification.py @@ -3,6 +3,7 @@ import ff_logging import tomllib +import time class PushbulletNotification: