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:
parent
eb9690c31f
commit
8238d1c303
@ -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()
|
||||||
while True:input('')
|
BOOSTER.run()
|
||||||
|
while True:input('')
|
||||||
|
Loading…
Reference in New Issue
Block a user