Skip to content
This repository has been archived by the owner on Apr 30, 2023. It is now read-only.

Commit

Permalink
Fix python-daemon Import Error in trumpatron.py
Browse files Browse the repository at this point in the history
  • Loading branch information
magneticstain committed Mar 12, 2017
1 parent c86e143 commit 61bbb73
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions trumpatron.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from os import path
import argparse
import configparser
import daemon

# | Third-Party
from tweepy import TweepError
Expand Down Expand Up @@ -124,8 +123,7 @@ def main():

exit()

# start trump bot, providing twitter username of target acct as a param, and place within daemon context
# with daemon.DaemonContext():
# start trump bot, providing twitter username of target acct as a param
trump.startBot('realdonaldtrump')

trump.logger.debug('exiting TrumpaTron...')
Expand Down

0 comments on commit 61bbb73

Please sign in to comment.