diff --git a/ox/api.py b/ox/api.py index 3b75e97..141ffec 100644 --- a/ox/api.py +++ b/ox/api.py @@ -20,6 +20,7 @@ from .form import MultiPartForm __all__ = ['getAPI', 'API'] + CHUNK_SIZE = 1024*1024*5 def getAPI(url, cj=None):