Fix notification bug

Correctly handle exception when trying to display notification if
dbus-python is not available
This commit is contained in:
Fuxino
2023-06-02 17:01:37 +02:00
parent 525f381094
commit 5ddd374350
4 changed files with 18 additions and 16 deletions

View File

@@ -25,7 +25,12 @@ packages = simple_backup
python_requires = >=3.7
install_requires =
python-dotenv
systemd-python
[options.extras_require]
JOURNAL =
systemd-python
NOTIFICATIONS =
dbus-python
[options.entry_points]
console_scripts =