We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e535f9 commit 85b437bCopy full SHA for 85b437b
Pi/constants.py
@@ -29,10 +29,10 @@ def BACKGROUND_COLOUR():
29
return "black"
30
@constant
31
def EMAIL_ADDRESS_TO_SEND_TO():
32
- return "markdh102@hotmail.co.uk"
+ return "youremail"
33
34
def EMAIL_ADDRESS_TO_SEND_FROM():
35
- return "alangunall@outlook.com"
36
37
def FIRST_LEVEL_SHED_ALARM_VAL():
38
return 25
0 commit comments