diff --git a/streambot.py b/streambot.py index 6221f45..7c34895 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) - cmd = '/home/gitea/clones/varia/varia.website/make publish' + cmd = 'pelican /path/to/your/content/ /home/gitea/clones/varia/varia.website/content/' print(cmd) os.system(cmd)