Skip to content

Commit b74dd82

Browse files
committed
init Id patterns as None
1 parent 390ff83 commit b74dd82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

librespot/metadata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
class Id:
99
b62 = Base62.create_instance_with_inverted_character_set()
10-
uri_pattern: str
11-
mercury_pattern: str
10+
uri_pattern: str = None
11+
mercury_pattern: str = None
1212

1313
def __init__(self, _id: str):
1414
self.__id = _id

0 commit comments

Comments
 (0)