Skip to content

Commit 3c23346

Browse files
committed
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)