From 250528dff364e2e5c2b81f3dd7ac6d8e9c239466 Mon Sep 17 00:00:00 2001 From: moneromooo Date: Thu, 29 Jan 2015 10:14:47 +0000 Subject: [PATCH] Actually call redis shutdown() on normal exit --- tipbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tipbot.py b/tipbot.py index c19275f..b15d527 100644 --- a/tipbot.py +++ b/tipbot.py @@ -407,5 +407,5 @@ while len(networks)>0: log_info('shutting down redis') -redisdb.shutdown +redisdb.shutdown() log_info('exiting')