Include QR codes on the proposal page; added API route

This commit is contained in:
Sander Ferdinand 2018-10-20 02:11:54 +02:00
parent 75c7f49842
commit 531072d2aa
No known key found for this signature in database
GPG key ID: 7BBC83D7A8810AAB
15 changed files with 191 additions and 21 deletions

View file

@ -58,4 +58,4 @@ class WowCache:
return {}
def set(self, key: str, data: dict, expiry = 300):
self._cache.set(key, json.dumps(data, default=json_encoder), ex=expiry)
self._cache.set(key, json.dumps(data, default=json_encoder), ex=expiry)