damn it dude get it right

This commit is contained in:
Noah Levitt 2017-03-15 12:38:38 -07:00
parent a3016227b4
commit a2f11f4e66
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ except:
setuptools.setup(
name='warcprox',
version='2.1b1.dev57',
version='2.1b1.dev58',
description='WARC writing MITM HTTP/S proxy',
url='https://github.com/internetarchive/warcprox',
author='Noah Levitt',

View File

@ -159,7 +159,7 @@ class RethinkCaptures:
else:
bucket = "__unspecified__"
canon_surt = str(urlcanon.semantic(recorded_url.url))
canon_surt = urlcanon.semantic(recorded_url.url).surt().decode('ascii')
entry = {
# id only specified for rethinkdb partitioning