Skip to content

Commit 14a575e

Browse files
committed
fix typo
1 parent eee7576 commit 14a575e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ytmusicapi/ytmusic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def __init__(
141141
if user:
142142
self.context["context"]["user"]["onBehalfOfUser"] = user
143143

144-
# sapsid, origin, and params all set once during init
144+
# sapisid, origin, and params all set once during init
145145
self.params = YTM_PARAMS
146146
if self.auth_type == AuthType.BROWSER:
147147
self.params += YTM_PARAMS_KEY

0 commit comments

Comments
 (0)