Revert last fix. Will fix better.

This commit is contained in:
Paulus Schoutsen 2015-12-21 09:44:17 -08:00
parent 2650d235ea
commit 07fb4ff243

View File

@ -39,8 +39,7 @@ class EntityComponent(object):
self.is_polling = False self.is_polling = False
self.config = None self.config = None
# Because updating state might cause an entity to be found self.lock = Lock()
self.lock = RLock()
def setup(self, config): def setup(self, config):
""" """