i want to die now

This commit is contained in:
overflowerror 2015-03-23 14:53:12 +01:00
parent 3005460675
commit d625415001

View file

@ -154,7 +154,7 @@ if __name__ == "__main__":
api.update_status(status = text[:130])
break
except tweepy.error.TweepError as e:
log("there is a twitter error: " + e.resaon)
log("there is a twitter error: " + e.reason)
text = text[130:]
time.sleep(1)