Merge pull request #614 from enganese/patch-2

Fixed `from utils import create_email, check_email` in `gpt4free/uses…
pull/610/head^2
xtekky 1 year ago committed by GitHub
commit 7a8f7c55e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ import fake_useragent
import random
from password_generator import PasswordGenerator
from utils import create_email, check_email
from .utils import create_email, check_email
class Account:

Loading…
Cancel
Save