Fix: Max Retry

This commit is contained in:
2019-04-07 23:35:47 +08:00
committed by JerryYan
parent be1a1df00b
commit 99d148666e
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import base64
import hashlib
import requests
from urllib import parse
requests.adapters.DEFAULT_RETRIES = 10
class VideoPart:
def __init__(self, path, title='', desc=''):