From 76b3a3ee257a5ee53de108369a3c0442e7fef9bd Mon Sep 17 00:00:00 2001 From: Alexandre Possebom Date: Sat, 11 Oct 2014 14:17:48 -0300 Subject: [PATCH] Fixed first run bug --- twik/util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/twik/util.py b/twik/util.py index 27563fd..5c7c3d6 100644 --- a/twik/util.py +++ b/twik/util.py @@ -92,6 +92,7 @@ class Util(object): self.config.set(self.profile, 'password_type', pass_type) self.writeconfig() print 'New profile is generated' + self.config.read(self.filename) return private_key def get_chars(self):