mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-22 16:46:29 +00:00
fix minor things v2
This commit is contained in:
parent
db412c89ca
commit
82493f0fa6
@ -65,7 +65,7 @@ class DockerBase(object):
|
||||
|
||||
Return a Future.
|
||||
"""
|
||||
return self.loop.run_in_executor(None, self._is_running)
|
||||
return self.loop.run_in_executor(None, self._exists)
|
||||
|
||||
def _exists(self):
|
||||
"""Return True if docker image exists in local repo.
|
||||
|
Loading…
x
Reference in New Issue
Block a user