Skip to content

Commit

Permalink
black style
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jan 8, 2025
1 parent 9cac078 commit 578323e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linkcheckmd/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
RETRYCODES = (400, 404, 405, 503)
# multiple exceptions must be tuples, not lists in general

OKE = requests.exceptions.TooManyRedirects
OKE = requests.exceptions.TooManyRedirects
# FIXME: until full browser like Arsenic implemented

EXC = (requests.exceptions.ReadTimeout, requests.exceptions.ConnectionError)
Expand Down

0 comments on commit 578323e

Please sign in to comment.