DooD Stream, Fix Kodi 18

This commit is contained in:
Alhaziel01
2021-06-01 09:18:58 +02:00
parent d2e9b98c69
commit 5e29d761e1
8 changed files with 30 additions and 30 deletions
+3 -3
View File
@@ -103,7 +103,7 @@ class captchaSolver(Captcha):
response = polling2.poll(
lambda: self.session.get(
f'{self.host}/res.php',
'{}/res.php'.format(self.host),
params={
'key': self.api_key,
'action': 'reportbad',
@@ -138,7 +138,7 @@ class captchaSolver(Captcha):
response = polling2.poll(
lambda: self.session.get(
f'{self.host}/res.php',
'{}/res.php'.format(self.host),
params={
'key': self.api_key,
'action': 'get',
@@ -195,7 +195,7 @@ class captchaSolver(Captcha):
response = polling2.poll(
lambda: self.session.post(
f'{self.host}/in.php',
'{}/in.php'.format(self.host),
data=data,
allow_redirects=False,
timeout=30