FIX: sonarcloud base module

This commit is contained in:
mark-tesobe 2022-12-27 16:15:01 +08:00
parent c63979a337
commit bf93205a2d

View File

@ -46,6 +46,7 @@ def api_username(request):
apicaches=cache.get(cache_key)
except Exception as err:
apicaches=None
messages.error(request, err)
if not apicaches is None:
return apicaches
else: