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

Commit b1dd8a6

Browse files
committed
Automated commit -> added return statement to parser in jatosapi
1 parent 9b84a8d commit b1dd8a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jatosAPI.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,9 @@ def move_txt(txt_files):
229229

230230
def push():
231231
subprocess.run(["git","remote", "set-url", "https://github.com/HBClab/boost-beh-AF.git"])
232+
subprocess.run(["git", "config", "--global", "user.email", "[email protected]"])
233+
subprocess.run(["git", "config", "--global", "user.name", "miloswrath"])
234+
subprocess.run(["git", "config", "--global", "user.password", "Milocute23"])
232235
subprocess.run(["git", "add", "-A"])
233236
subprocess.run(["git", "commit", "-m", "auto commit -> added subject task data"])
234237
subprocess.run(["git", "push"])

0 commit comments

Comments
 (0)