Use an absolute path to the commands file

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-31 17:35:43 +02:00
parent 6fe93a8a1e
commit 3d75d83613
1 changed files with 1 additions and 1 deletions

View File

@ -38,5 +38,5 @@ def buildHandler(site):
# wants this here
return "Ok"
initCommands("commands.json")
initCommands("/home/pi/HDD/temp/gitea-webhook-commander/commands.json")
app.run(host="fdd2:cbf2:61bd::2")