Skip to content

Commit ae29261

Browse files
authored
Update README.md
1 parent 18e83f4 commit ae29261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Content-Length: 61
245245
from urllib import quote
246246

247247
s = lambda x: quote(x.encode('ibm500'))
248-
print '%s=%s&x=%s' % (s('filename'), s('../../FLAG.txt', '<x>'))
248+
print '%s=%s&x=%s' % (s('filename'), s('../../FLAG.txt', s('<x>')))
249249
```
250250

251251
#### Write Ups

0 commit comments

Comments
 (0)