mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 18:36:51 +00:00
FIX: sonarcloud base module
This commit is contained in:
parent
c63979a337
commit
bf93205a2d
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user