From e72d5bb6c1de84ff896b52e26c7cd2a1dc447c00 Mon Sep 17 00:00:00 2001 From: j Date: Sun, 23 Dec 2018 20:16:31 +0100 Subject: [PATCH] space --- ox/api.py | 1 + 1 file changed, 1 insertion(+) 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):