Commit cda18aea3fd75b899168dc13d63a64da95ee66db

Authored by Adhidarma Hadiwinoto
1 parent e95e9d6eba
Exists in master

global LAST_REQUEST_ID

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

... ... @@ -88,6 +88,7 @@ def handleSms(sms):
88 88 global DISABLE_SEM
89 89 global PRODUCTS
90 90 global LAST_PRODUCT
  91 + global LAST_REQUEST_ID
91 92  
92 93 logger.info(u'Incoming SMS from: {0}; Time: {1}; Message: {2}'.format(sms.number, sms.time, sms.text))
93 94