# HG changeset patch # User Dirk Olmes # Date 1417086817 -3600 # Node ID daf6c811d104c60442b2adc7a8e1139404b38859 # Parent 405d546410a0ac6d9d25fb8564b7ae7d4b6b7729 correctly initialize the password diff -r 405d546410a0 -r daf6c811d104 RemoteViewer/Connection.py --- 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()