Skip to content

Commit 85b437b

Browse files
authored
Update constants.py
1 parent 0e535f9 commit 85b437b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Pi/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ def BACKGROUND_COLOUR():
2929
return "black"
3030
@constant
3131
def EMAIL_ADDRESS_TO_SEND_TO():
32-
return "markdh102@hotmail.co.uk"
32+
return "youremail"
3333
@constant
3434
def EMAIL_ADDRESS_TO_SEND_FROM():
35-
return "alangunall@outlook.com"
35+
return "youremail"
3636
@constant
3737
def FIRST_LEVEL_SHED_ALARM_VAL():
3838
return 25

0 commit comments

Comments
 (0)