mirror of
https://github.com/hrfee/jellyfin-accounts.git
synced 2025-12-21 09:41:12 +00:00
Add setup wizard
Added a setup wizard that appears on first run, or when no config dir is found.
This commit is contained in:
@@ -177,3 +177,7 @@ class Smtp(Email):
|
||||
err = f'{self.address}: Failed to send via smtp: '
|
||||
err += type(e).__name__
|
||||
log.error(err)
|
||||
try:
|
||||
log.error(e.smtp_error)
|
||||
except:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user