Commit 3fae5a3d8f040774c310440aad8fd74d0ac2792e

Authored by Adhidarma Hadiwinoto
1 parent e0058fc40a
Exists in master

update ussd info

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -88,7 +88,7 @@ def toInternationalNumber(number):
88 88 return re.sub(r'^0', '62', number)
89 89  
90 90 def getSIMCardInfoUSSDCommand():
91   - return '*123*7*5*3*1*1#'
  91 + return '*123*7*3*3*1*1#'
92 92  
93 93 def getMSISDNFromSIMCardInfo(message):
94 94 msisdn = "".join(re.findall(r'Nomor \d+ adalah nomor', message))