Remove empty exception from config.py
This commit is contained in:
parent
cfa4f8fa63
commit
a6c97a304f
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ class Config(object):
|
|||
info["ip_external"] = main.file_server.port_opened
|
||||
info["tor_enabled"] = main.file_server.tor_manager.enabled
|
||||
info["tor_status"] = main.file_server.tor_manager.status
|
||||
except:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
return info
|
||||
|
|
Loading…
Reference in a new issue