Fix count caching
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
from sanic import Sanic
|
||||
from aiocache import SimpleMemoryCache
|
||||
|
||||
app = Sanic()
|
||||
cache = SimpleMemoryCache()
|
||||
|
||||
Reference in New Issue
Block a user