Compare commits

...

2 Commits

Author SHA1 Message Date
Tristan B. Velloza Kildaire 1d97e6d659
Update hook.py 2023-09-14 22:20:06 +02:00
Tristan B. Velloza Kildaire 112fdf61fd
Update hook.py 2023-09-14 21:46:59 +02:00
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3.9
#!/usr/bin/python3
from flask import request, Flask
from flask.logging import logging
@ -38,5 +38,5 @@ def buildHandler(site):
# wants this here
return "Ok"
initCommands("/home/pi/HDD/temp/gitea-webhook-commander/commands.json")
initCommands("commands.json")
app.run(host="fdd2:cbf2:61bd::2")