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):