jellyfin-accounts/jellyfin_accounts
Harvey Tindall d5ce6d31c5 Handle FileNotFoundError
I'm guessing watchdog's behaviour changed in an update, as the error
thrown when the watched directory doesn't exist is now
"FileNotFoundError" instead of "NotADirectoryError". It'll handle either
one now.
2020-07-18 18:15:01 +01:00
..
data Add notifications setting to setup page 2020-07-17 16:34:37 +01:00
__init__.py Bump to 0.3.7 2020-07-17 17:35:24 +01:00
config.py Added per-invite notifications for expiry and user creation 2020-07-17 16:08:36 +01:00
data_store.py Added per-invite notifications for expiry and user creation 2020-07-17 16:08:36 +01:00
email.py Load templates directly, Account for daylight savings time 2020-07-18 18:11:00 +01:00
generate_ini.py Proper dynamic config reload 2020-07-12 19:53:04 +01:00
invite_daemon.py Added per-invite notifications for expiry and user creation 2020-07-17 16:08:36 +01:00
jf_api.py Proper dynamic config reload 2020-07-12 19:53:04 +01:00
login.py Added per-invite notifications for expiry and user creation 2020-07-17 16:08:36 +01:00
pw_reset.py Handle FileNotFoundError 2020-07-18 18:15:01 +01:00
setup.py Proper dynamic config reload 2020-07-12 19:53:04 +01:00
validate_password.py Proper dynamic config reload 2020-07-12 19:53:04 +01:00
web_api.py Added per-invite notifications for expiry and user creation 2020-07-17 16:08:36 +01:00
web.py Added per-invite notifications for expiry and user creation 2020-07-17 16:08:36 +01:00