diff --git a/daemon.py b/daemon.py index 9e0d5a9..35c1d59 100644 --- a/daemon.py +++ b/daemon.py @@ -20,8 +20,8 @@ else: config_path = Path(script_path, 'config', 'config.yml') if __name__ == "__main__": - # Redis().flushall() - # print('Flushed Redis.') + Redis().flushall() + print('Flushed Redis.') success, config, msg = load_config(config_path) if not success: