We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6265427 commit dc7f756Copy full SHA for dc7f756
2 files changed
test_example.py
@@ -9,7 +9,7 @@
9
print("Set VOICEIT_API_KEY and VOICEIT_API_TOKEN"); sys.exit(1)
10
11
vi = VoiceIt3(api_key, api_token)
12
-phrase = "never forget tomorrow is a new day"
+phrase = "Never forget tomorrow is a new day"
13
td = "test-data"
14
errors = 0
15
tests.py
@@ -8,7 +8,7 @@
8
VI_KEY = os.environ['VIAPIKEY']
VI_TOKEN = os.environ['VIAPITOKEN']
VOICEIT_DRIVE_URL = 'https://drive.voiceit.io/files/'
-PHRASE = 'never forget tomorrow is a new day'
+PHRASE = 'Never forget tomorrow is a new day'
CONTENT_LANGUAGE = 'en-US'
def downloadVoiceItDriveFile(fileName):
0 commit comments