From 604796f2f439b3543230eba460f343eb9e468d1c Mon Sep 17 00:00:00 2001 From: RTAkland Date: Fri, 12 Nov 2021 21:22:21 +0800 Subject: [PATCH] fix: fixed bugs --- QWeather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QWeather.py b/QWeather.py index 877f1c9..62fd32e 100644 --- a/QWeather.py +++ b/QWeather.py @@ -554,7 +554,7 @@ def check_config(): if __name__ == '__main__': - config_name = 'config_owner.yml' + config_name = 'config.yml' date_format = '%H:%M:%S' info_format_console = '%(log_color)s[%(asctime)s] |%(levelname)-8s |%(lineno)-3s |%(message)s'