Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b1e62f3

Browse files
fixed bug
1 parent 3c0f4b3 commit b1e62f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/cloudflare_middleware/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ async def get_ip_ranges() -> tuple[list[str], list[str]]:
173173
ipv6_cidrs = response.get('result', {}).get('ipv6_cidrs', [])
174174
return ipv4_cidrs, ipv6_cidrs
175175

176-
except CloudFlareAPIErrorase:
176+
except CloudFlareAPIError:
177177
return [], []
178178

179179
async def path_matches_known_route(self, path: str):

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /