aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.py b/config.py
index c32f79d..7214318 100644
--- a/config.py
+++ b/config.py
@@ -19,7 +19,8 @@ def autodiscover():
continue
except Exception:
- print(traceback.format_exc())
+ pass
+ #print(traceback.format_exc())
return '127.0.0.1'