This commit is contained in:
Cyberes 2023-10-11 09:10:32 -06:00
parent f4e5b5275d
commit 7286e38cb0
1 changed files with 2 additions and 2 deletions

View File

@ -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: