Skip to content

Commit

Permalink
Update processGui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-zakaria committed Jun 14, 2018
1 parent 343db03 commit 6679dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processGui.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def send(self):
app = QApplication(sys.argv)

email = "ali.zakaria@ensea.fr"
mdp = "Code2173+"
mdp = "###########"
processGui = ProcessGui("OneEmail",email,mdp,"smtp2.ensea.fr",587)
processGui.show()

Expand Down

0 comments on commit 6679dd3

Please sign in to comment.