commit | 7347bcf42893bb092e72697e6e52cb85a93a9119 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Fri Jun 05 15:51:06 2015 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Fri Jun 05 15:51:06 2015 -0700 |
tree | f6f42a30cfa8ebb6ce985fdb9926fbc3f8192280 | |
parent | ae44e8ab4f91fefe4c6fd2edfe0a9cb429acdd92 [diff] |
fix misspelled field name
diff --git a/xos/core/xoslib/methods/cordsubscriber.py b/xos/core/xoslib/methods/cordsubscriber.py index 83dc916..40f1dcc 100644 --- a/xos/core/xoslib/methods/cordsubscriber.py +++ b/xos/core/xoslib/methods/cordsubscriber.py
@@ -325,7 +325,7 @@ # reset the parental controls in any existing demo vCPEs for o in object_list: - if str(o.subscriber_specific_id) in ["0", "1"]: + if str(o.service_specific_id) in ["0", "1"]: if o.vcpe is not None: self.setup_demo_vcpe(o)