mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
oops, that surt needs to be a string for rethinkdb
This commit is contained in:
parent
fed8dfa978
commit
a3016227b4
2
setup.py
2
setup.py
@ -51,7 +51,7 @@ except:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='warcprox',
|
name='warcprox',
|
||||||
version='2.1b1.dev56',
|
version='2.1b1.dev57',
|
||||||
description='WARC writing MITM HTTP/S proxy',
|
description='WARC writing MITM HTTP/S proxy',
|
||||||
url='https://github.com/internetarchive/warcprox',
|
url='https://github.com/internetarchive/warcprox',
|
||||||
author='Noah Levitt',
|
author='Noah Levitt',
|
||||||
|
@ -159,7 +159,7 @@ class RethinkCaptures:
|
|||||||
else:
|
else:
|
||||||
bucket = "__unspecified__"
|
bucket = "__unspecified__"
|
||||||
|
|
||||||
canon_surt = urlcanon.semantic(recorded_url.url).__bytes__()
|
canon_surt = str(urlcanon.semantic(recorded_url.url))
|
||||||
|
|
||||||
entry = {
|
entry = {
|
||||||
# id only specified for rethinkdb partitioning
|
# id only specified for rethinkdb partitioning
|
||||||
|
Loading…
x
Reference in New Issue
Block a user