Commit a6df2ff
authored
Encode slashes in challenge_name, closes #81
A slash in the `challenge_name` of a MapRoulette challenge is valid and therefore has to be encoded. `requests` can't do this for us because we pass it the full URL (which contains slashes that must not be encoded).1 parent a10b1f3 commit a6df2ff
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments