mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-05 00:01:00 +00:00
Merge pull request #614 from enganese/patch-2
Fixed `from utils import create_email, check_email` in `gpt4free/uses…
This commit is contained in:
commit
7a8f7c55e9
@ -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…
Reference in New Issue
Block a user