mirror of https://gitlab.com/octospacc/bottocto
MastodonFeedHTML update
This commit is contained in:
parent
c321613c89
commit
b69c64f535
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue