Skip to content

Commit

Permalink
skip 404 status
Browse files Browse the repository at this point in the history
  • Loading branch information
jstzwj committed Aug 15, 2024
1 parent 13933f3 commit ba65afd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions olah/proxy/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ async def _file_full_header(
)
elif response.status_code == 403:
pass
elif response.status_code == 404:
pass
else:
raise Exception(
f"Unexpected HTTP status code {response.status_code}"
Expand Down

0 comments on commit ba65afd

Please sign in to comment.