add retries arg in get_web()

This commit is contained in:
2021-04-21 19:50:59 -04:00
parent 32119535ae
commit 8edad0255b
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name="hexlib",
version="1.40",
version="1.41",
description="Misc utility methods",
author="simon987",
author_email="me@simon987.net",