added myqueue wrapper to teams.py
This commit is contained in:
@@ -381,7 +381,7 @@ def handle_otwsetpower(f1, boattype, weightvalue,
|
||||
workoutid, email,
|
||||
first_name,
|
||||
last_name, btvalues=btvalues.to_json())
|
||||
except OperationalError:
|
||||
except:
|
||||
pass
|
||||
|
||||
# send email
|
||||
@@ -402,7 +402,7 @@ def handle_otwsetpower(f1, boattype, weightvalue,
|
||||
send_mail(subject, message,
|
||||
'Rowsandall Physics Department <info@rowsandall.com>',
|
||||
[fullemail])
|
||||
except OperationalError:
|
||||
except:
|
||||
return 0
|
||||
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user