Merge pull request #99 from AhnMo/master

Fix `libs.googleplay.LoginError: 'server says: UNKNOWN_ERR'`
This commit is contained in:
Domenico Iezzi 2019-11-25 16:44:41 +00:00 committed by GitHub
commit a686f556e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,6 @@ class DeviceBuilder(object):
"source": "android", "source": "android",
"device_country": self.locale[0:2], "device_country": self.locale[0:2],
"lang": self.locale, "lang": self.locale,
"sdk_version": self.device.get('build.version.sdk_int'),
"client_sig": "38918a453d07199354f8b19af05ec6562ced5788", "client_sig": "38918a453d07199354f8b19af05ec6562ced5788",
"callerSig": "38918a453d07199354f8b19af05ec6562ced5788"} "callerSig": "38918a453d07199354f8b19af05ec6562ced5788"}