diff --git a/booster/booster.py b/booster/booster.py index 675cc90..355f7b8 100644 --- a/booster/booster.py +++ b/booster/booster.py @@ -145,5 +145,6 @@ try: import tweepy except ImportError: raise SystemExit('Failed to import the Tweepy library! (http://pypi.python.org/pypi/tweepy)') -Booster.run() -while True:input('') \ No newline at end of file +BOOSTER = Booster() +BOOSTER.run() +while True:input('')