Skip to content

Commit

Permalink
Automated commit -> added proxy and tease settings in env
Browse files Browse the repository at this point in the history
  • Loading branch information
miloswrath committed Sep 23, 2024
1 parent 6bd2bf2 commit f961aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jatosAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def parse_cmd():
import argparse
parser = argparse.ArgumentParser(description='API File to Pull Subject Data from Jatos')
parser.add_argument('-t', type=str, help='TEASE')
return parser.parse_cmd()
return parser.parse_args()



Expand Down

0 comments on commit f961aa7

Please sign in to comment.