This commit is contained in:
j 2018-12-23 20:16:31 +01:00
parent 754edf259f
commit e72d5bb6c1

View file

@ -20,6 +20,7 @@ from .form import MultiPartForm
__all__ = ['getAPI', 'API']
CHUNK_SIZE = 1024*1024*5
def getAPI(url, cj=None):