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