From ea8f686e97a45ce70b4a81ea6884e9d2dcc7780d Mon Sep 17 00:00:00 2001 From: MrTyton Date: Sat, 26 Mar 2022 10:42:08 -0400 Subject: [PATCH] fix notification import --- release-versions/latest.txt | 2 +- root/app/runner_notify.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/release-versions/latest.txt b/release-versions/latest.txt index 28df56c..07bc607 100644 --- a/release-versions/latest.txt +++ b/release-versions/latest.txt @@ -1 +1 @@ -2022.03.26-06 +2022.03.26-07 diff --git a/root/app/runner_notify.py b/root/app/runner_notify.py index 64cf5eb..dca92db 100644 --- a/root/app/runner_notify.py +++ b/root/app/runner_notify.py @@ -7,6 +7,7 @@ import ntpath from os import utime from os.path import join +from notifications import Notification from pushbullet import Pushbullet from optparse import OptionParser