Lol fixing an issue reported a year ago cause bored

This commit is contained in:
Dionysus 2023-11-08 11:25:02 -05:00
parent eb9690c31f
commit 8238d1c303
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 3 additions and 2 deletions

View File

@ -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('')
BOOSTER = Booster()
BOOSTER.run()
while True:input('')