This commit is contained in:
overflowerror 2015-03-23 13:50:25 +01:00
parent 494e7ba142
commit 02fe0d893b

View file

@ -72,7 +72,7 @@ if __name__ == "__main__":
else: else:
lastChangeDM = lastChangeDM[0].GetId() lastChangeDM = lastChangeDM[0].GetId()
lastChangeT = api.mentions_timeline() lastChangeT = api.mentions_timeline()
if len(tmp) != 0: if len(lastChangeT) != 0:
lastChangeT = lastChangeT[0].GetId() lastChangeT = lastChangeT[0].GetId()
while true: while true: