From fce682d021d27cccc901e0f82d2e5ba2a59ec229 Mon Sep 17 00:00:00 2001 From: bipinkrish Date: Sun, 26 Feb 2023 22:52:36 +0530 Subject: [PATCH] Small Fix --- DeGourou.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DeGourou.py b/DeGourou.py index 242d7db..83f1cfe 100644 --- a/DeGourou.py +++ b/DeGourou.py @@ -130,8 +130,8 @@ if __name__ == "__main__": elif args.f == None: if exists("URLLink.acsm"): args.f = "URLLink.acsm" - main(args.f, args.output) + main(args.f, args.o) else: parser.print_help() else: - main(args.f, args.output) + main(args.f, args.o)