This commit is contained in:
Joshua Boniface 2018-06-02 00:41:55 -04:00
parent 348fa6774e
commit 8da9073f68
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class VMInstance:
self.hypervisor = None
self.state = None
self.dom = None
sleep(0.5)
time.sleep(0.5)
# Watch for changes to the hypervisor field in Zookeeper
@zk.DataWatch(self.zkey + '/hypervisor')