mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
fix buglet
This commit is contained in:
parent
f1d07ad921
commit
fed8dfa978
@ -34,7 +34,7 @@ before_script:
|
||||
|
||||
script:
|
||||
- py.test -v -s tests
|
||||
- py.test -v -s --rethinkdb-servers=localhost tests tests
|
||||
- py.test -v -s --rethinkdb-servers=localhost tests
|
||||
- py.test -v -s --rethinkdb-servers=localhost --rethinkdb-big-table tests
|
||||
|
||||
notifications:
|
||||
|
2
setup.py
2
setup.py
@ -51,7 +51,7 @@ except:
|
||||
|
||||
setuptools.setup(
|
||||
name='warcprox',
|
||||
version='2.1b1.dev55',
|
||||
version='2.1b1.dev56',
|
||||
description='WARC writing MITM HTTP/S proxy',
|
||||
url='https://github.com/internetarchive/warcprox',
|
||||
author='Noah Levitt',
|
||||
|
@ -159,7 +159,7 @@ class RethinkCaptures:
|
||||
else:
|
||||
bucket = "__unspecified__"
|
||||
|
||||
canon_surt = urlcanon.semantic(recorded_url.url).decode("utf-8")
|
||||
canon_surt = urlcanon.semantic(recorded_url.url).__bytes__()
|
||||
|
||||
entry = {
|
||||
# id only specified for rethinkdb partitioning
|
||||
|
Loading…
x
Reference in New Issue
Block a user