We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cdacf5 commit 35133e5Copy full SHA for 35133e5
OSHWA_Submitter/submitter.py
@@ -36,6 +36,7 @@
36
37
r = requests.request("POST", url, headers=headers, data=payload)
38
39
+print("\n")
40
print(r.status_code)
-print(r.text)
41
42
print(r.json())
0 commit comments