release: v0.2.0 #28
+2
-2
@@ -211,8 +211,8 @@ def add_players() -> None:
|
|||||||
else:
|
else:
|
||||||
break
|
break
|
||||||
|
|
||||||
def to_sorted_tuple(d: dict[str, int], s: bool = True) -> (tuple[list[tuple[int, str, int]],
|
def to_sorted_tuple(d: dict[str, int], s: bool = True) -> tuple[list[tuple[int, str, int]],
|
||||||
dict[str, int]]):
|
dict[str, int]]:
|
||||||
L: list[tuple[int, str, int]] = []
|
L: list[tuple[int, str, int]] = []
|
||||||
|
|
||||||
if s:
|
if s:
|
||||||
|
|||||||
Reference in New Issue
Block a user