We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3df3c commit 57642ecCopy full SHA for 57642ec
main.py
@@ -77,7 +77,6 @@ def looprequest():
77
while True:
78
data = looprequest()
79
if data:
80
- print(data)
81
try:
82
requestPayload = urllib.parse.urlencode(data).encode("utf-8")
83
requestResponse = urllib.request.urlopen(os.environ.get('uploadUrl', ''), requestPayload).read()
0 commit comments