Skip to content

Commit 75af998

Browse files
committed
Updated s40 env to 2.12.96
1 parent 7507540 commit 75af998

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

yowsup/env/env_s40.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
import base64
33
import hashlib
44
class S40YowsupEnv(YowsupEnv):
5-
_VERSION = "2.12.89"
5+
_VERSION = "2.12.96"
66
_OS_NAME= "S40"
77
_OS_VERSION = "14.26"
88
_DEVICE_NAME = "Nokia302"
9-
_TOKEN_STRING = "PdA2DJyKoUrwLw1Bg6EIhzh502dF9noR9uFCllGk1435688727801{phone}"
9+
_TOKEN_STRING = "PdA2DJyKoUrwLw1Bg6EIhzh502dF9noR9uFCllGk1439921717185{phone}"
1010
_AXOLOTL = True
1111

1212
def getVersion(self):
@@ -34,4 +34,3 @@ def getUserAgent(self):
3434
OS_VERSION = self.getOSVersion(),
3535
DEVICE_NAME = self.getDeviceName()
3636
)
37-

0 commit comments

Comments
 (0)