zcfrank1st commited on
Commit
467479b
·
verified ·
1 Parent(s): 9144c05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -42,10 +42,12 @@ def call_examine(p):
42
  ]
43
  }
44
 
45
- res = requests.post(URL, headers=HEADERS, data=data)
46
 
47
- print(res.json())
48
- print(res.json()['code'])
 
 
49
  return "Working hard on it..."
50
 
51
 
 
42
  ]
43
  }
44
 
45
+ print(data)
46
 
47
+ # res = requests.post(URL, headers=HEADERS, data=data)
48
+
49
+ # print(res.json())
50
+ # print(res.json()['code'])
51
  return "Working hard on it..."
52
 
53