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'