Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mjishnu committed Oct 27, 2022
1 parent 0a54ff2 commit 0100566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utls.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def greater_ver(arg, n):

#main function for getting the right links
def parse_dict(args):
main_dict,file_name = get_data(args)
main_dict,file_name = args
file_name = file_name.split("-")[0]

data = list()
Expand Down

0 comments on commit 0100566

Please sign in to comment.