Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. def __LoadACCInfos1(self):
  2. if constInfo.channel_not_select == 0:
  3. self.PopupNotifyMessage("Proszę wybrać Ch!")
  4. elif constInfo.channel_not_select == 1:
  5. login = linecache.getline("TwojeDane/Konto-1....", 1)
  6. password = linecache.getline("TwojeDane/Konto-1....", 2)
  7. self.idEditLine.SetText(login)
  8. self.pwdEditLine.SetText(password)
  9. id = self.idEditLine.GetText()
  10. id = id.replace('\n', '')
  11. self.idEditLine.SetText(id)
  12. #self.Connect(str(login), str(password))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement