Private
Public Access
1
0

added myqueue wrapper to teams.py

This commit is contained in:
Sander Roosendaal
2017-10-31 11:18:14 +01:00
parent 8c31f5b778
commit 2939accbf2
2 changed files with 27 additions and 45 deletions

View File

@@ -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