feat: Add hosting page
All checks were successful
Build Docker / BuildImage (push) Successful in 6m14s
All checks were successful
Build Docker / BuildImage (push) Successful in 6m14s
This commit is contained in:
@@ -64,10 +64,13 @@ projects = []
|
||||
projectsUpdated = 0
|
||||
|
||||
|
||||
ncConfig = requests.get(
|
||||
ncReq = requests.get(
|
||||
"https://cloud.woodburn.au/s/4ToXgFe3TnnFcN7/download/website-conf.json"
|
||||
)
|
||||
ncConfig = ncConfig.json()
|
||||
ncConfig = ncReq.json()
|
||||
|
||||
if 'time-zone' not in ncConfig:
|
||||
ncConfig['time-zone'] = 10
|
||||
|
||||
|
||||
@cache
|
||||
|
||||
Reference in New Issue
Block a user