Skip to content

Commit 7c6603d

Browse files
authored
remove leftover unicode line from earlier tests
1 parent 8a48fe9 commit 7c6603d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zap2xml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def on_td (self, tag, attrs):
336336
if cp != -1 and "-D" in options:
337337
fn = os.path.join(cacheDir,cp + ".js.gz")
338338
if not os.path.isfile(fn):
339-
data = unicode(getURL(urlRoot + "gridDetailService?pgmId=" + cp), 'utf-8')
339+
data = getURL(urlRoot + "gridDetailService?pgmId=" + cp)
340340
wbf(fn, data)
341341
log.pout("[D] Parsing: " + cp,'info')
342342
parseJSOND(fn)

0 commit comments

Comments
 (0)