From 83a5e863358902e2d87e66dcbd09670e25abe4dc Mon Sep 17 00:00:00 2001 From: "mb@mb" Date: Mon, 17 Dec 2018 21:04:12 +0100 Subject: [PATCH] changed to the right gitea path --- streambot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streambot.py b/streambot.py index f46d050..d8872ba 100644 --- a/streambot.py +++ b/streambot.py @@ -85,7 +85,7 @@ class ArchivistBot(ClientXMPP): urllib.urlretrieve(msg['oob']['url'], targetFile, context=ctx) logging.getLogger().debug("saved to %s" % targetFile) - subprocess.call(["make","publish"], cwd="/home/gitea/clones/varia.website/") + subprocess.call(["make","publish"], cwd="/srv/gitea/clones/varia.website/") # if msg['type'] in ('chat', 'normal'): # msg.reply("Thanks for sending\n%(body)s" % msg).send()