Disconnect working

This commit is contained in:
Rich
2021-07-04 15:00:08 +01:00
parent 6ce91e5c84
commit 9310e15f64
3 changed files with 92 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ import os
basedir = os.path.abspath(os.path.dirname(__file__))
debug = True
debug = False
class Config(object):