fix notification import

This commit is contained in:
MrTyton 2022-03-26 10:42:08 -04:00
parent c0153d551f
commit ea8f686e97
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
2022.03.26-06 2022.03.26-07

View File

@ -7,6 +7,7 @@ import ntpath
from os import utime from os import utime
from os.path import join from os.path import join
from notifications import Notification
from pushbullet import Pushbullet from pushbullet import Pushbullet
from optparse import OptionParser from optparse import OptionParser