through email now
This commit is contained in:
@@ -409,3 +409,9 @@ except KeyError:
|
||||
WARNING_MESSAGE = ''
|
||||
|
||||
SETTINGS_NAME = 'rowsandall_app.settings'
|
||||
|
||||
# Workout email box
|
||||
try:
|
||||
workoutemailbox = CFG['workoutemailbox']
|
||||
except KeyError:
|
||||
workoutemailbox = 'workouts@rowsandall.com'
|
||||
|
||||
Reference in New Issue
Block a user