Update __init__.py

This commit is contained in:
H Lohaus 2025-10-30 16:48:22 +01:00 committed by GitHub
parent 52781f3c4c
commit 63315df501
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -267,7 +267,6 @@ class Api:
return ErrorResponse.from_message("G4F API key expired", HTTP_401_UNAUTHORIZED)
else:
user = "admin"
count = 0
for char in string:
if char.isupper():