summaryrefslogtreecommitdiffstats
path: root/nfsw/redis.py
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-09-30 19:04:46 -0400
committerrsiddharth <s@ricketyspace.net>2019-09-30 19:04:46 -0400
commita4570657afa26476c47b77bfe1ccdfe2dd450e4d (patch)
tree601483d4e5662556c1b7f5aff1ecbc840dd30368 /nfsw/redis.py
parent2f9212f14a5bc8bcc60b22663b7666d72ba89897 (diff)
nfsw/redis.py: Rename redisc -> redis.
Diffstat (limited to 'nfsw/redis.py')
-rw-r--r--nfsw/redis.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfsw/redis.py b/nfsw/redis.py
index 2ae1bd0..c89d5c2 100644
--- a/nfsw/redis.py
+++ b/nfsw/redis.py
@@ -3,7 +3,7 @@ from redis import Redis
from flask import current_app, g, session
-def redisc():
+def redis():
if 'redisc' in g:
return g.redisc