mirror of
https://gitlab.com/octospacc/bottocto
synced 2025-06-05 22:19:22 +02:00
MastodonFeedHTML update
This commit is contained in:
@@ -35,6 +35,9 @@ SpacesInFiles = True
|
|||||||
#CensorLogs = True
|
#CensorLogs = True
|
||||||
### --------------- ###
|
### --------------- ###
|
||||||
|
|
||||||
|
# Max times to retry in case of an HTML error, before giving up.
|
||||||
|
MaxTryCount = 5
|
||||||
|
|
||||||
# Other advanced settings.
|
# Other advanced settings.
|
||||||
AppName = "bottocto-MastodonFeedHTML"
|
AppName = "bottocto-MastodonFeedHTML"
|
||||||
DbFile = "Database.txt"
|
DbFile = "Database.txt"
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd "$( dirname "$( realpath "$0" )" )"
|
cd "$( dirname "$( realpath "$0" )" )"
|
||||||
./MastodonFeedHTML.py
|
export PYTHONPATH=.
|
||||||
|
python3.9 -u ./MastodonFeedHTML.py | tee -a Log.txt
|
||||||
|
sleep 30
|
||||||
|
Reference in New Issue
Block a user