Commit 297944d7 authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Rewritten for Python3

Fixed typo.
parent 3b58dc2f
......@@ -125,6 +125,7 @@ if __name__ == "__main__":
sys.exit(0)
if arg.verified:
print("[-] Contradicting Args: Please use --verified in combination with -s.")
sys.exit(0)
if arg.tweets and arg.users:
print("[-] Contradicting Args: --users and --tweets cannot be used together.")
sys.exit(0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment