Commit a2ad7e62 authored by andytnt's avatar andytnt

Removed db check

parent 157ce1e5
......@@ -37,8 +37,6 @@ def check(args):
error("Error", "Please specify an output file (Example: -o file.csv).")
elif args.json:
error("Error", "Please specify an output file (Example: -o file.json).")
if args.database is None:
error("Error", "Please specify database name.")
def loadUserList(ul, _type):
""" Concatenate users
......
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