Skip to content

Instantly share code, notes, and snippets.

@Kristian-Roopnarine
Created September 30, 2019 23:07
Show Gist options
  • Save Kristian-Roopnarine/d4ff7d87ac58b046b3d274b1d919d035 to your computer and use it in GitHub Desktop.
Save Kristian-Roopnarine/d4ff7d87ac58b046b3d274b1d919d035 to your computer and use it in GitHub Desktop.
def btn_click(self,vertical_box,info):
try:
h_box=self.add_label(self.get_information(info))
vertical_box.addLayout(h_box)
self.save_passwords(info,'passwords.json')
except TypeError:
pass
self.usernameEdit.setText('')
self.passwordEdit.setText('')
self.websiteEdit.setText('')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment