Fixed first run bug

This commit is contained in:
Alexandre Possebom 2014-10-11 14:17:48 -03:00
parent dc721f40ce
commit 76b3a3ee25
1 changed files with 1 additions and 0 deletions

View File

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