Loading ccserver/tql.py +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ class TqlObject(dict): if not key.startswith('_'): if (key not in deny and (tags is None or key in tags) and value is not None): exported[key] = value exported[key] = str(value) return exported Loading Loading
ccserver/tql.py +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ class TqlObject(dict): if not key.startswith('_'): if (key not in deny and (tags is None or key in tags) and value is not None): exported[key] = value exported[key] = str(value) return exported Loading