now using a real command for pelican
This commit is contained in:
parent
d7d3b2a6cb
commit
cdf060c488
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user