mirror of
https://gitea.com/bipinkrish/DeGourou.git
synced 2024-11-17 08:00:21 +00:00
Small Fix
This commit is contained in:
parent
9cd1caf6ba
commit
b921f988e1
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
from charset_normalizer import md__mypyc
|
||||
try: from charset_normalizer import md__mypyc
|
||||
except ImportError: pass
|
||||
from os import path, mkdir
|
||||
from requests import Session
|
||||
import random
|
||||
|
|
Loading…
Reference in a new issue