Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit e59036b

Browse files
committed
Automated commit -> added proxy and tease settings in env
1 parent 7499a21 commit e59036b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jatosAPI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def parse_cmd():
1515
import argparse
1616
parser = argparse.ArgumentParser(description='API File to Pull Subject Data from Jatos')
1717
parser.add_argument('-t', type=str, help='TEASE')
18-
return parser.parse_cmd()
18+
return parser.parse_args()
1919

2020

2121

0 commit comments

Comments
 (0)