Browse Source

Add 'captcha.patch'

zero 2 years ago
parent
commit
e42ec24b17
1 changed files with 14 additions and 0 deletions
  1. 14 0
      captcha.patch

+ 14 - 0
captcha.patch

@@ -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()