MastodonFeedHTML update

This commit is contained in:
octo@swiss
2022-11-07 14:01:54 +01:00
parent c321613c89
commit b69c64f535
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
#!/bin/sh
cd "$( dirname "$( realpath "$0" )" )"
./MastodonFeedHTML.py
export PYTHONPATH=.
python3.9 -u ./MastodonFeedHTML.py | tee -a Log.txt
sleep 30