fix codestyle

This commit is contained in:
Rebecca Law
2016-02-08 15:23:10 +00:00
parent 05adb1f3ad
commit 6d318659ff

View File

@@ -42,7 +42,7 @@ class Config(object):
HEADER_COLOUR = '#FFBF47' # $yellow
AWS_REGION = 'eu-west-1'
TWILIO_TEST_NUMBER=os.getenv('TWILIO_TEST_NUMBER')
TWILIO_TEST_NUMBER = os.getenv('TWILIO_TEST_NUMBER')
class Development(Config):