This commit is contained in:
parent
f4e5b5275d
commit
7286e38cb0
|
@ -20,8 +20,8 @@ else:
|
||||||
config_path = Path(script_path, 'config', 'config.yml')
|
config_path = Path(script_path, 'config', 'config.yml')
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
# Redis().flushall()
|
Redis().flushall()
|
||||||
# print('Flushed Redis.')
|
print('Flushed Redis.')
|
||||||
|
|
||||||
success, config, msg = load_config(config_path)
|
success, config, msg = load_config(config_path)
|
||||||
if not success:
|
if not success:
|
||||||
|
|
Reference in New Issue