fix Sandra's email address
This commit is contained in:
		| @@ -4,7 +4,7 @@ | |||||||
| import random | import random | ||||||
| import smtplib | import smtplib | ||||||
|  |  | ||||||
| DEBUG = True | DEBUG = False | ||||||
|  |  | ||||||
| def sendmail(sender, receiver, msg): | def sendmail(sender, receiver, msg): | ||||||
|     smtp = None |     smtp = None | ||||||
| @@ -71,7 +71,7 @@ wichtelees = [ | |||||||
|     Wichtelee("Matthias", "matthias.hottgenroth@icloud.com", ("Wolfgang", "Patty", "Anna", "Robert")), |     Wichtelee("Matthias", "matthias.hottgenroth@icloud.com", ("Wolfgang", "Patty", "Anna", "Robert")), | ||||||
|     Wichtelee("Anna", "anna.hottgenroth@icloud.com", ("Wolfgang", "Patty", "Matthias", "Lucia")), |     Wichtelee("Anna", "anna.hottgenroth@icloud.com", ("Wolfgang", "Patty", "Matthias", "Lucia")), | ||||||
|     Wichtelee("Thomas", "thomas@nober.de", ("Sandra")), |     Wichtelee("Thomas", "thomas@nober.de", ("Sandra")), | ||||||
|     Wichtelee("Sandra", "sandra.nober@web.de", ("Thomas")), |     Wichtelee("Sandra", "sandra-nober@web.de", ("Thomas")), | ||||||
|     Wichtelee("Philipp", "philipp@nicolai.eu", ("Barbara")), |     Wichtelee("Philipp", "philipp@nicolai.eu", ("Barbara")), | ||||||
|     Wichtelee("Barbara", "barbara@nicolai.eu", ("Philipp")), |     Wichtelee("Barbara", "barbara@nicolai.eu", ("Philipp")), | ||||||
|     Wichtelee("Robert", "robert@nober.de", ("Matthias")), |     Wichtelee("Robert", "robert@nober.de", ("Matthias")), | ||||||
| @@ -83,6 +83,9 @@ wichtelees = [ | |||||||
| ] | ] | ||||||
|  |  | ||||||
|  |  | ||||||
|  | byName = { x.name : x for x in wichtelees } | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
| for first in wichtelees: | for first in wichtelees: | ||||||
|     if DEBUG: |     if DEBUG: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user