diff --git a/qwarc/__init__.py b/qwarc/__init__.py index fa8eb19..7fdb92c 100644 --- a/qwarc/__init__.py +++ b/qwarc/__init__.py @@ -73,7 +73,7 @@ class Item: out.append((key, value)) return out - async def fetch(self, url, responseHandler = None, method = 'GET', data = None, headers = [], verify_ssl = True, timeout = 60, fromResponse = None): + async def fetch(self, url, *, responseHandler = None, method = 'GET', data = None, headers = [], verify_ssl = True, timeout = 60, fromResponse = None): ''' HTTP GET or POST a URL