try to run scripté

This commit is contained in:
Dryusdan 2018-05-16 16:26:42 +02:00
parent a1cd4c3a99
commit 265b98c984

5
bot.py
View file

@ -7,9 +7,8 @@
HOME="/home/masto-bot/" # Don't forget the slash at the end
RESTART_DELAY = 0.5 # To avoid restart crazy loops
SLEEP_DELAY = 0.75 # Sleep time between DNS requests
TIMER_DELAY = 15
MAXIMUM_HEARTBEAT_DELAY = 15 # Heartbeats are sent every 15 seconds
TIMER_DELAY = 9
MAXIMUM_HEARTBEAT_DELAY = 50 # Heartbeats are sent every 15 seconds
from mastodon import Mastodon, StreamListener
from TootHTMLParser import TootHTMLParser