Working before disconnect

This commit is contained in:
Rich
2021-07-04 10:50:38 +01:00
parent 673d823599
commit 6645650610
2 changed files with 7 additions and 6 deletions

View File

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