Commit 963796039e7fc6f5aef3d8cd89c465def93a4aa6

Authored by Adhidarma Hadiwinoto
1 parent 8c85a75894
Exists in master

typo

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

... ... @@ -605,7 +605,7 @@ def saveSimCardInfoToRedis(imsi, msisdn):
605 605 }
606 606  
607 607 map_data = {
608   - BASE_CHIPINFO + '.simcardinfo': json.dumps(data)
  608 + BASE_CHIPINFO + '.simcardinfo': json.dumps(data),
609 609 'simcardinfo.gw:' + BASE_CHIPINFO: json.dumps(data)
610 610 }
611 611