poe.com api (gpt-4) [added license for api.py]

This commit is contained in:
t.me/xtekky
2023-04-17 00:07:26 +01:00
parent 63a1ee45b5
commit cad2b5a9da
3 changed files with 3 additions and 0 deletions

View File

@@ -166,6 +166,8 @@ class Account:
mail = Mail(client.proxies)
mail_token = None
_, mail_address = mail.get_mail()
if mail_address is None:
raise Exception('Error creating mail, please use proxies')
if logging: print('email', mail_address)