From eb038dfbbbd6d4775c5ae69da8e53d2ad4f31e21 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Thu, 7 Jun 2018 00:40:32 -0400 Subject: [PATCH] Add self --- VMInstance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VMInstance.py b/VMInstance.py index 83e28fe6..45cfd3f6 100644 --- a/VMInstance.py +++ b/VMInstance.py @@ -203,7 +203,7 @@ class VMInstance: ansiiprint.echo('Receiving migration', '{}:'.format(self.domuuid), 'i') self.inreceive = True while True: - self.dom = lookupByUUID(self.domuuid) + self.dom = self.lookupByUUID(self.domuuid) if self.dom == None: time.sleep(0.2) continue