Skip to content

Commit

Permalink
Update MainWindow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-zakaria committed Jun 14, 2018
1 parent f19153d commit 343db03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mainWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(self, title,email,mdp,server,port):

app = QApplication(sys.argv)
email = "ali.zakaria@ensea.fr"
mdp = "Code2173+"
mdp = "###########"

gui = MainWindow("OneEmail",email,mdp,"smtp2.ensea.fr",587)
gui.show()
Expand Down

0 comments on commit 343db03

Please sign in to comment.