Skip to content

Commit

Permalink
Merge pull request #82 from cityofaustin/dev
Browse files Browse the repository at this point in the history
v1.0.16
  • Loading branch information
johnclary authored Jan 27, 2021
2 parents bfc09a0 + 7087ba4 commit 0903d1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions knackpy/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import random
import time
import typing
import warnings

import requests

Expand Down Expand Up @@ -166,7 +165,7 @@ def _get_paginated_records(
raise e

if attempts < max_attempts:
warnings.warn(
logging.debug(
f"Error on attempt #{attempts}: {e.__repr__()}"
)
attempts += 1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def build_config(env, readme="README.md"):
"packages": ["knackpy"],
"tests_require": ["pytest", "coverage"],
"url": "http://github.com/cityofaustin/knackpy",
"version": "1.0.15",
"version": "1.0.16",
}


Expand Down

0 comments on commit 0903d1b

Please sign in to comment.