Skip to content

Commit

Permalink
Update args.py
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores authored Nov 23, 2023
1 parent 9e0b13e commit 006f202
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ofscraper/utils/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ def getargs(input=None):
elif args.command in set(["manual"])and not (args.url or args.file):
raise argparse.ArgumentTypeError("error: argument missing --url or --file must be specified )")
print(args)
sys.exit()
return args


Expand Down

0 comments on commit 006f202

Please sign in to comment.