Update property name in test-ussd

This commit is contained in:
Andrzej Zaborowski 2010-03-31 06:56:45 +02:00 committed by Denis Kenzior
parent a3eeb88511
commit bf1ffc5b80
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ def ussd_request_received(content):
ss.Cancel() ss.Cancel()
def ussd_property_changed(name, value): def ussd_property_changed(name, value):
if name != "USSDState": if name != "State":
return return
print("USSD session state is " + value) print("USSD session state is " + value)