restore handling of 420 Reached limit, with a rudimentary test

This commit is contained in:
Noah Levitt 2016-12-22 13:44:09 -08:00
parent e5fb6cb4b9
commit 70b67942a5
3 changed files with 62 additions and 12 deletions

View file

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