Browse Source

Anpassungen

master
Eddie 2 years ago
parent
commit
f51260c896
  1. 1
      .gitignore
  2. 2
      autoResponder.py
  3. 4
      contacts.json

1
.gitignore vendored

@ -152,3 +152,4 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/
contacts.json

2
autoResponder.py

@ -10,7 +10,7 @@ def getResponseText():
contacts = checkFor_unkownContacts() contacts = checkFor_unkownContacts()
contacts.append('e.neug@icloud.com') #contacts.append('e.neug@icloud.com')
responseText = getResponseText() responseText = getResponseText()
print(responseText) print(responseText)
sendEmails(responseText, contacts) sendEmails(responseText, contacts)

4
contacts.json

@ -698,5 +698,7 @@
"info@snippetupperlaser.com", "info@snippetupperlaser.com",
"plasmajet@gmx.net", "plasmajet@gmx.net",
"nina_vietzke@hotmail.de", "nina_vietzke@hotmail.de",
"e.neug@icloud.com" "e.neug@icloud.com",
"e.neug@icloud.com",
"ilrajws@nokelanser.hz.cz"
] ]
Loading…
Cancel
Save