fix: fixed a bug

This commit is contained in:
RTAkland
2021-11-12 19:27:11 +08:00
parent 76d427266d
commit f1d74ebcdd

View File

@@ -551,7 +551,7 @@ def checkConfig():
if __name__ == '__main__':
my_config_file = 'config_owner.yml'
my_config_file = 'config.yml'
formatter = ColoredFormatter("%(log_color)s[%(asctime)s] |%(levelname)-8s |%(lineno)-3s |%(message)s",
datefmt='%H:%M:%S',