no syntax highlighting is always a bad sign...

This commit is contained in:
overflowerror 2015-03-23 14:42:00 +01:00
parent 117eccf38b
commit 29479fbcc2

View file

@ -142,7 +142,7 @@ if __name__ == "__main__":
try: try:
api.update_status(status = text[:130]) api.update_status(status = text[:130])
break break
execpt: except:
log("there is an error: " + sys.exc_info()[0]) log("there is an error: " + sys.exc_info()[0])
text = text[130:] text = text[130:]
time.sleep(4) time.sleep(4)