Add 'captcha.patch'
This commit is contained in:
parent
c9aa6be4e7
commit
e42ec24b17
14
captcha.patch
Normal file
14
captcha.patch
Normal file
@ -0,0 +1,14 @@
|
||||
diff --git a/gpapi/config.py b/gpapi/config.py
|
||||
index 24d4df3..46f6b62 100644
|
||||
--- a/gpapi/config.py
|
||||
+++ b/gpapi/config.py
|
||||
@@ -141,7 +141,8 @@ class DeviceBuilder(object):
|
||||
"device_country": self.locale[0:2],
|
||||
"lang": self.locale,
|
||||
"client_sig": "38918a453d07199354f8b19af05ec6562ced5788",
|
||||
- "callerSig": "38918a453d07199354f8b19af05ec6562ced5788"}
|
||||
+ "callerSig": "38918a453d07199354f8b19af05ec6562ced5788",
|
||||
+ "droidguard_results": "dummy123"}
|
||||
|
||||
def getAndroidCheckinRequest(self):
|
||||
request = googleplay_pb2.AndroidCheckinRequest()
|
Loading…
Reference in New Issue
Block a user