We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7507540 commit 75af998Copy full SHA for 75af998
yowsup/env/env_s40.py
@@ -2,11 +2,11 @@
2
import base64
3
import hashlib
4
class S40YowsupEnv(YowsupEnv):
5
- _VERSION = "2.12.89"
+ _VERSION = "2.12.96"
6
_OS_NAME= "S40"
7
_OS_VERSION = "14.26"
8
_DEVICE_NAME = "Nokia302"
9
- _TOKEN_STRING = "PdA2DJyKoUrwLw1Bg6EIhzh502dF9noR9uFCllGk1435688727801{phone}"
+ _TOKEN_STRING = "PdA2DJyKoUrwLw1Bg6EIhzh502dF9noR9uFCllGk1439921717185{phone}"
10
_AXOLOTL = True
11
12
def getVersion(self):
@@ -34,4 +34,3 @@ def getUserAgent(self):
34
OS_VERSION = self.getOSVersion(),
35
DEVICE_NAME = self.getDeviceName()
36
)
37
-
0 commit comments