booster

- twitter bot that builds followers
git clone git://git.acid.vegas/booster.git
Log | Files | Refs | Archive | README | LICENSE

commit 8238d1c3031fddd2dd6d41ad71c15af640cc3bcf
parent eb9690c31f547b9f46f518b3d8bf0a4bd8e8eb5a
Author: acidvegas <acid.vegas@acid.vegas>
Date: Wed, 8 Nov 2023 11:25:02 -0500

Lol fixing an issue reported a year ago cause bored

Diffstat:
Mbooster/booster.py | 6+++---

1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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('')