fix problem where each hashtag visited causes a page load if page url redirects

This commit is contained in:
Noah Levitt 2017-09-27 14:11:20 -07:00
parent 384c877e9a
commit ec847e48bc
2 changed files with 3 additions and 4 deletions

View file

@ -32,7 +32,7 @@ def find_package_data(package):
setuptools.setup(
name='brozzler',
version='1.1b12.dev267',
version='1.1b12.dev268',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',