bots don't own trigger anymore

master
b3yond 2018-01-18 15:18:20 +01:00
parent 424352e83c
commit 38f7e31d6c
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ if __name__ == "__main__":
trigger = trigger.Trigger(config)
# initialise twitter bot
bot = RetweetBot(trigger, config)
bot = RetweetBot(config)
try:
while True: