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

@ -35,6 +35,9 @@ SpacesInFiles = True
#CensorLogs = True
### --------------- ###
# Max times to retry in case of an HTML error, before giving up.
MaxTryCount = 5
# Other advanced settings.
AppName = "bottocto-MastodonFeedHTML"
DbFile = "Database.txt"

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