mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Actually call redis shutdown() on normal exit
This commit is contained in:
parent
0e144e14b3
commit
250528dff3
1 changed files with 1 additions and 1 deletions
|
@ -407,5 +407,5 @@ while len(networks)>0:
|
||||||
|
|
||||||
|
|
||||||
log_info('shutting down redis')
|
log_info('shutting down redis')
|
||||||
redisdb.shutdown
|
redisdb.shutdown()
|
||||||
log_info('exiting')
|
log_info('exiting')
|
||||||
|
|
Loading…
Reference in a new issue