fix: Use global cache for projects list
All checks were successful
Build Docker / BuildImage (push) Successful in 31s

This commit is contained in:
Nathan Woodburn 2024-06-19 12:50:48 +10:00
parent 18619efe39
commit 9568cfe177
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -174,6 +174,7 @@ def index():
global address global address
global handshake_scripts global handshake_scripts
global projects global projects
global projectsUpdated
try: try:
git=requests.get('https://git.woodburn.au/api/v1/users/nathanwoodburn/activities/feeds?only-performed-by=true&limit=1', git=requests.get('https://git.woodburn.au/api/v1/users/nathanwoodburn/activities/feeds?only-performed-by=true&limit=1',