Guest User

Untitled

a guest
Jun 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. if new_pass:
  2. self.config.read('config.cfg')
  3. self.config.set(cloud, 'password', new_pass)
  4. with open('config.cfg', 'wb') as configfile:
  5. self.config.write(configfile)
Add Comment
Please, Sign In to add comment