mirror of
https://github.com/cunnymessiah/keychecker.git
synced 2026-05-10 18:39:04 -07:00
removed debug output
This commit is contained in:
@@ -4,7 +4,6 @@ import APIKey
|
||||
|
||||
def check_makersuite(key: APIKey):
|
||||
response = requests.get(f"https://generativelanguage.googleapis.com/v1beta/models?key={key.api_key}")
|
||||
print(response.text)
|
||||
if response.status_code != 200:
|
||||
return
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user