fix 500 error

pull/215/head
Aevann 2023-10-07 21:05:52 +03:00
parent bbc7a4772f
commit f3e90daddc
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ def get_hole(hole, v=None, graceful=False):
if not hole:
if graceful: return None
else: abort(404)
return sub
return hole
@cache.memoize(timeout=3600)
def get_profile_picture(identifier):