Fix indentation
This commit is contained in:
parent
4a6dc4417b
commit
c2a0db14bb
1 changed files with 1 additions and 1 deletions
2
tweet.py
2
tweet.py
|
@ -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.")
|
||||
|
||||
|
|
Loading…
Reference in a new issue