Skip to content

Commit 6dcdeef

Browse files
authored
Fixed Karagarga to use correct username and password fields for forum login
1 parent b7aa5a1 commit 6dcdeef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom_libs/subliminal_patch/providers/karagarga.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ def _login_forum(self):
104104
"auth_key": "880ea6a14ea49e853634fbdc5015a024",
105105
#
106106
"referer": "https://forum.karagarga.in/",
107-
"ips_username": self._username,
108-
"ips_password": self._password,
107+
"ips_username": self._f_username,
108+
"ips_password": self._f_password,
109109
"rememberMe": "1",
110110
"anonymous": "1",
111111
}

0 commit comments

Comments
 (0)