well that fixes that

This commit is contained in:
Kenneth Reitz
2011-04-11 00:52:58 -04:00
parent c3b1b51d21
commit 77e1cf5afa
+1 -1
View File
@@ -13,7 +13,7 @@ Simple, eh?
from . import config, models, db, utils
# REDI.S!
s = models.RedisKey('', redis=config.redis, o=True)
s = models.RedisKey('', redis=None, o=True)
def key(key, redis=config.redis, default=None):