Commit 49452d4f authored by andytnt's avatar andytnt

Removed db check

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