diff options
Diffstat (limited to 'test/monitor-ofono')
-rwxr-xr-x | test/monitor-ofono | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monitor-ofono b/test/monitor-ofono index 86b81fc3..071d4f76 100755 --- a/test/monitor-ofono +++ b/test/monitor-ofono @@ -10,7 +10,7 @@ def property_changed(name, value, path, interface): if name in ["Modems", "Interfaces", "Technologies", "SubscriberNumbers", - "AvailableOperators", + "Operators", "PreferredLanguages"]: val = "" for i in value: |