Index: sitescripts/send_installation_link/web/send_installation_link.py |
=================================================================== |
--- a/sitescripts/send_installation_link/web/send_installation_link.py |
+++ b/sitescripts/send_installation_link/web/send_installation_link.py |
@@ -26,7 +26,7 @@ |
except ValueError: |
return send_simple_response( |
start_response, 400, |
- 'Please enter a valid email address.' |
+ 'Please enter a valid email address.', |
) |
config = get_config() |
@@ -36,5 +36,5 @@ |
return send_simple_response( |
start_response, 200, |
'The app is on the way! ' |
- 'Please check your email on your smartphone or tablet.' |
+ 'Please check your email on your smartphone or tablet.', |
) |