From 3371c49896e9fc6347da8290d62fac0a256825e1 Mon Sep 17 00:00:00 2001 From: Sorrow446 <47045733+Sorrow446@users.noreply.github.com> Date: Sun, 9 Feb 2020 22:42:12 +0000 Subject: [PATCH] Update api.py --- api/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api.py b/api/api.py index 3918079..32735a2 100644 --- a/api/api.py +++ b/api/api.py @@ -9,7 +9,7 @@ from api.exceptions import IneligibleError class Client: - def __init__(self, **kwargs): + def __init__(self): self.session = requests.Session() self.session.headers.update({ 'User-Agent':'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0'