Skip to content

Commit 352151b

Browse files
committed
fix subbacounts (RELEASE MINOR)(API2-709)
1 parent a337d29 commit 352151b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,7 @@ venv.bak/
105105
# mypy
106106
.mypy_cache/
107107

108+
# vscode
109+
.vscode
110+
108111
test.py

voiceit2/voiceit2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
class VoiceIt2:
6-
base_URL = 'htps://api.voiceit.io'
6+
base_URL = 'https://api.voiceit.io'
77
version = '2.5.0'
88
voiceit_basic_auth_credentials = ''
99
notification_url = ''

0 commit comments

Comments
 (0)