Skip to content

Commit 35133e5

Browse files
authored
Tiny tweaks for readability that I tested locally
1 parent 7cdacf5 commit 35133e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

OSHWA_Submitter/submitter.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
r = requests.request("POST", url, headers=headers, data=payload)
3838

39+
print("\n")
3940
print(r.status_code)
40-
print(r.text)
41+
print("\n")
4142
print(r.json())

0 commit comments

Comments
 (0)