better presence for server-wide scan
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ def top_key(d: Dict[Union[str, int], int]) -> Union[str, int]:
|
||||
|
||||
|
||||
def val_sum(d: Dict[Any, int]) -> int:
|
||||
return sum(d.value())
|
||||
return sum(d.values())
|
||||
|
||||
|
||||
# MESSAGE FORMATTING
|
||||
|
||||
Reference in New Issue
Block a user