type changes mirrored in function body

This commit is contained in:
SCARTAL 2023-04-22 01:14:04 +03:30 committed by GitHub
parent bb835fb173
commit b75d2f580c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ class Node:
self._players: Dict[int, Player] = {}
self._spotify_client_id: Optional[int] = spotify_client_id
self._spotify_client_id: Optional[str] = spotify_client_id
self._spotify_client_secret: Optional[str] = spotify_client_secret
self._apple_music_client: Optional[applemusic.Client] = None