changeset 34:daf6c811d104

correctly initialize the password
author Dirk Olmes <dirk@xanthippe.ping.de>
date Thu, 27 Nov 2014 12:13:37 +0100
parents 405d546410a0
children bb8b1d9c52b2
files RemoteViewer/Connection.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/RemoteViewer/Connection.py	Sat Nov 08 04:14:02 2014 +0100
+++ b/RemoteViewer/Connection.py	Thu Nov 27 12:13:37 2014 +0100
@@ -30,6 +30,7 @@
         self.host = None
         self.id = str(uuid4())
         self.lowColor = False
+        self.password = None
         self.promptForPassword = False
         self.title = None
         self.type = VncType()