Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3c23346

Browse files
committedApr 14, 2024
Fix checker
1 parent 21d3fd9 commit 3c23346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎utils/checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ def is_available(name):
2424

2525
if res.status_code == 200:
2626
return False
27-
elif res.status_code == 204:
27+
elif res.status_code == 404:
2828
return True

0 commit comments

Comments
 (0)
Please sign in to comment.