Fix indentation

This commit is contained in:
Klaus-Uwe Mitterer 2017-01-14 01:06:49 +01:00
parent 4a6dc4417b
commit c2a0db14bb
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ if __name__ == "__main__":
else:
try:
if "twitter.com" in args.reply and "status" in args.reply:
reply = int(args.reply.split('/')[-1])
reply = int(args.reply.split('/')[-1])
except:
raise ValueError("Invalid tweet ID passed for -r.")