diff --git a/streambot.py b/streambot.py index 7c34895..1e0d891 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 = 'pelican /path/to/your/content/ /home/gitea/clones/varia/varia.website/content/' + cmd = 'pelican /home/gitea/clones/varia/varia.website/content/ -o /var/www/stream/' print(cmd) os.system(cmd)