Compare commits

..

1 Commits

Author SHA1 Message Date
37cacd6fd1 frontend groundwork
Some checks failed
Build and push docker image / Build (pull_request) Successful in 1m47s
Build and release APK / Build APK (pull_request) Failing after 2m48s
2024-08-01 14:39:15 +02:00

View File

@ -12,7 +12,7 @@ class DummyClient:
return self._data[key]
if constants.MEMCACHED_HOST is None:
if constants.MEMCACHE_HOST is None:
client = DummyClient()
else:
client = Client(constants.MEMCACHED_HOST_PATH, timeout=1)