Fix random password lost of remote GNS3VM

pull/774/head
Julien Duponchelle 8 years ago
parent ae1a9d9a5f
commit 0cfdde7b7e
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -279,6 +279,7 @@ class GNS3VM:
port=self.port,
user=self.user,
password=self.password)
print(compute.password)
@locked_coroutine
def _suspend(self):

Loading…
Cancel
Save