From f1d74ebcdd4ad72f8a3fb9e8009430c654298220 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Fri, 12 Nov 2021 19:27:11 +0800 Subject: [PATCH] fix: fixed a bug --- QWeather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QWeather.py b/QWeather.py index 1a90e14..3361841 100644 --- a/QWeather.py +++ b/QWeather.py @@ -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',