Commit bcbb5d43 authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Update tweep.py

parent 303b9a40
...@@ -150,6 +150,7 @@ if __name__ == "__main__": ...@@ -150,6 +150,7 @@ if __name__ == "__main__":
sys.exit(0) sys.exit(0)
if arg.u is None and arg.s is None: if arg.u is None and arg.s is None:
print("[-] Error: Please specify a user or search.") print("[-] Error: Please specify a user or search.")
sys.exit(0)
loop = asyncio.get_event_loop() loop = asyncio.get_event_loop()
loop.run_until_complete(main()) loop.run_until_complete(main())
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