Skip to content

Commit 545a732

Browse files
authored
Merge pull request #5 from slashml/simple
testing small change
2 parents 5c4c315 + 8ced010 commit 545a732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SDK_v1/speechtotext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class SpeechToText:
1212
SLASHML_TRANSCRIPT_STATUS_URL = lambda self,id: f"{SpeechToText.SLASHML_STATUS_URL}/{id}/"
1313

1414
HEADERS:dict = {}
15-
15+
## add the api key to sys path envs
1616
def __init__(self) -> None:
1717
self.HEADERS = {'authorization': os.environ.get('SLASHML_API_KEY')}
1818

0 commit comments

Comments
 (0)