From 8238d1c3031fddd2dd6d41ad71c15af640cc3bcf Mon Sep 17 00:00:00 2001 From: acidvegas Date: Wed, 8 Nov 2023 11:25:02 -0500 Subject: [PATCH] Lol fixing an issue reported a year ago cause bored --- booster/booster.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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('')