Skip to content

Commit

Permalink
black and pyupgrade scripts/affiliate-server
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jun 29, 2022
1 parent df6cbb6 commit d554d9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/affiliate-server
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ from openlibrary.utils.isbn import (

logger = logging.getLogger("affiliate-server")

# fmt: off
urls = (
'/isbn/([0-9X-]+)',
'Submit',
'/status',
'Status',
'/isbn/([0-9X-]+)', 'Submit',
'/status', 'Status',
)
# fmt: on

API_MAX_ITEMS_PER_CALL = 10
API_MAX_WAIT_SECONDS = 0.9
Expand Down

0 comments on commit d554d9e

Please sign in to comment.