mirror of
https://github.com/NohamR/GoFileCLI.git
synced 2025-05-23 16:39:00 +00:00
Update gofilecli.py
This commit is contained in:
parent
05371e9b12
commit
ced7746179
@ -14,6 +14,10 @@ from tqdm import tqdm
|
||||
import json
|
||||
from dotenv import load_dotenv
|
||||
|
||||
# Suppress ALSA warnings
|
||||
os.environ['SDL_AUDIODRIVER'] = 'dummy'
|
||||
os.environ['AUDIODEV'] = 'null'
|
||||
|
||||
|
||||
def reqst(url, method ,headers=None, data=None, files=None, params=None, json=None, logger=None):
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user