1
mirror of git://git.acid.vegas/booster.git synced 2024-11-24 00:36:38 +00:00

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

View File

@ -145,5 +145,6 @@ try:
import tweepy import tweepy
except ImportError: except ImportError:
raise SystemExit('Failed to import the Tweepy library! (http://pypi.python.org/pypi/tweepy)') raise SystemExit('Failed to import the Tweepy library! (http://pypi.python.org/pypi/tweepy)')
Booster.run() BOOSTER = Booster()
BOOSTER.run()
while True:input('') while True:input('')