mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-10 00:56:19 +01:00
Implements solution for #224
This commit is contained in:
@@ -5,7 +5,7 @@ import requests
|
||||
import requests_cache
|
||||
import json
|
||||
|
||||
requests_cache.install_cache("evewhocache", backend="sqlite", expire_after=3600)
|
||||
requests_cache.install_cache("{}/evewho".format(settings.EVEWHO_CACHE_DIR), backend="sqlite", expire_after=3600)
|
||||
|
||||
class EveWhoManager():
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user