thadeusb/flask-cache

Doesn't work with classmethod?

dzpt opened this issue · 0 comments

dzpt commented
@classmethod
@cache.cached(timeout=86400, key_prefix='top_date')

then i got this error: TypeError: cannot pickle 'socket' object