Skip to content

Commit dc7f756

Browse files
committed
Capitalize VPP phrase: Never forget tomorrow is a new day
1 parent 6265427 commit dc7f756

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
print("Set VOICEIT_API_KEY and VOICEIT_API_TOKEN"); sys.exit(1)
1010

1111
vi = VoiceIt3(api_key, api_token)
12-
phrase = "never forget tomorrow is a new day"
12+
phrase = "Never forget tomorrow is a new day"
1313
td = "test-data"
1414
errors = 0
1515

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
VI_KEY = os.environ['VIAPIKEY']
99
VI_TOKEN = os.environ['VIAPITOKEN']
1010
VOICEIT_DRIVE_URL = 'https://drive.voiceit.io/files/'
11-
PHRASE = 'never forget tomorrow is a new day'
11+
PHRASE = 'Never forget tomorrow is a new day'
1212
CONTENT_LANGUAGE = 'en-US'
1313

1414
def downloadVoiceItDriveFile(fileName):

0 commit comments

Comments
 (0)