Minor fix in mediafire

This commit is contained in:
Anas Tayyar 2024-02-25 00:36:04 +02:00 committed by GitHub
parent f0f62dd270
commit dfbce64e7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1033,7 +1033,7 @@ def mediafireFolder(url):
folderkey = folderkey[0]
details = {"contents": [], "title": "", "total_size": 0, "header": ""}
session = session()
session = Session()
adapter = HTTPAdapter(
max_retries=Retry(total=10, read=10, connect=10, backoff_factor=0.3)
)