forked from clearloop/leetcode-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 90f7bad
[Bugfix] Removes test_mode parameter (clearloop#25)
Scope: when test_mode parameter is sent to Leetcode it does not respond
with a valid interpret_id. This leads to 404 when trying to check for
submission results. This fixes submit functionallity as well.
Changes:
- Adds additional tracing
- Removes test_mode parameter1 parent 87eb0b9 commit 90f7bad
1 file changed
+5
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
222 | 222 |
| |
223 | 223 |
| |
224 | 224 |
| |
225 | - | ||
226 | 225 |
| |
227 | 226 |
| |
228 | 227 |
| |
| |||
285 | 284 |
| |
286 | 285 |
| |
287 | 286 |
| |
288 | - | ||
289 | - | ||
287 | + | ||
288 | + | ||
290 | 289 |
| |
291 | 290 |
| |
292 | 291 |
| |
293 | 292 |
| |
294 | - | ||
293 | + | ||
295 | 294 |
| |
296 | 295 |
| |
297 | 296 |
| |
297 | + | ||
298 | 298 |
| |
299 | 299 |
| |
300 | 300 |
| |
| |||
303 | 303 |
| |
304 | 304 |
| |
305 | 305 |
| |
306 | + | ||
306 | 307 |
| |
307 | 308 |
| |
308 | 309 |
| |
|
0 commit comments