Loading cloudcontrol/server/db.py +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ class RemoteTag(BaseTag): def __init__(self, name, callback, ttl=None): super(RemoteTag, self).__init__(name) self._callback = callback self._ttl = ttl if ttl != -1 else None #FIXME: ANAEL !!!! self._ttl = ttl self._cache_last_update = None self._cache_value = u'' Loading Loading
cloudcontrol/server/db.py +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ class RemoteTag(BaseTag): def __init__(self, name, callback, ttl=None): super(RemoteTag, self).__init__(name) self._callback = callback self._ttl = ttl if ttl != -1 else None #FIXME: ANAEL !!!! self._ttl = ttl self._cache_last_update = None self._cache_value = u'' Loading