Commit a5139302 authored by sshinol's avatar sshinol

Fix bug stopping tweep from starting if -u is not selected

parent bcbb5d43
...@@ -152,5 +152,5 @@ if __name__ == "__main__": ...@@ -152,5 +152,5 @@ if __name__ == "__main__":
print("[-] Error: Please specify a user or search.") print("[-] Error: Please specify a user or search.")
sys.exit(0) 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