fix: Use global cache for projects list
All checks were successful
Build Docker / BuildImage (push) Successful in 31s
All checks were successful
Build Docker / BuildImage (push) Successful in 31s
This commit is contained in:
parent
18619efe39
commit
9568cfe177
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user