Fix count caching

This commit is contained in:
Yax
2017-07-09 15:55:40 +02:00
parent 48d45bfb2f
commit f35fd42c07
3 changed files with 12 additions and 10 deletions
-2
View File
@@ -1,5 +1,3 @@
from sanic import Sanic
from aiocache import SimpleMemoryCache
app = Sanic()
cache = SimpleMemoryCache()