Skip to content

Commit

Permalink
Merge branch 'hossamzee-master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalal committed Dec 28, 2017
2 parents 88ec868 + 42e2030 commit 4abe175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yowsup/env/env_s40.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from .env import YowsupEnv
import hashlib
class S40YowsupEnv(YowsupEnv):
_VERSION = "2.16.11"
_VERSION = "2.16.12"
_OS_NAME= "S40"
_OS_VERSION = "14.26"
_DEVICE_NAME = "302"
_MANUFACTURER = "Nokia"
_TOKEN_STRING = "PdA2DJyKoUrwLw1Bg6EIhzh502dF9noR9uFCllGk1478194306452{phone}"
_TOKEN_STRING = "PdA2DJyKoUrwLw1Bg6EIhzh502dF9noR9uFCllGk1494451854337{phone}"
_AXOLOTL = True

def getVersion(self):
Expand Down

0 comments on commit 4abe175

Please sign in to comment.