Skip to content

Commit

Permalink
rename arg getp08b
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaGrandhay committed Oct 15, 2024
1 parent 3749acd commit 95328f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/server/main/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def create_task_all(args):
get_doi()
if args.get('dwnp08', True):
getp08()
if args.get("p08mongo", True):
if args.get("getp08b", True):
getp08b()


Expand Down

0 comments on commit 95328f1

Please sign in to comment.