Skip to content

Commit a686f55

Browse files
authored
Merge pull request #99 from AhnMo/master
Fix `libs.googleplay.LoginError: 'server says: UNKNOWN_ERR'`
2 parents 65c92c9 + 5cdcfef commit a686f55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gpapi/config.py

-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ def getLoginParams(self, email, encrypted_passwd):
140140
"source": "android",
141141
"device_country": self.locale[0:2],
142142
"lang": self.locale,
143-
"sdk_version": self.device.get('build.version.sdk_int'),
144143
"client_sig": "38918a453d07199354f8b19af05ec6562ced5788",
145144
"callerSig": "38918a453d07199354f8b19af05ec6562ced5788"}
146145

0 commit comments

Comments
 (0)