Remove empty exception from config.py

This commit is contained in:
shortcutme 2019-05-21 15:53:53 +02:00
parent cfa4f8fa63
commit a6c97a304f
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
1 changed files with 1 additions and 1 deletions

View File

@ -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