@@ -25,7 +25,7 @@ def healthcheck():
healthstatus = "ok"
def downloadLatestCommands():
r = requests.get(f'{url}')
r = requests.get(cfg['srcurl'])
open(cfg["filepath"], 'wb').write(r.content)
def commandList():
The note is not visible to the blocked user.