From 909d8ae7511ca42ac4cb219f71d7b798e82628f7 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Fri, 12 Nov 2021 18:53:56 +0800 Subject: [PATCH] add:added logs directory --- QWeather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QWeather.py b/QWeather.py index 4cca5e7..382b6e8 100644 --- a/QWeather.py +++ b/QWeather.py @@ -553,7 +553,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',