fixed opaque
This commit is contained in:
@@ -54,7 +54,7 @@ class OpaqueEncoder:
|
||||
|
||||
def decode_hex(self, s):
|
||||
"""Decode an 8-character hex string, returning the original integer."""
|
||||
return self.transcode(int(s, 16))
|
||||
return self.transcode(int(str(s), 16))
|
||||
|
||||
def decode_base64(self, s):
|
||||
"""Decode a 6-character base64 string, returning the original integer."""
|
||||
|
||||
BIN
rowers/tests/testdata/testdata.csv.gz
vendored
BIN
rowers/tests/testdata/testdata.csv.gz
vendored
Binary file not shown.
Reference in New Issue
Block a user