mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-05 08:46:20 +01:00
Updated for default value
This commit is contained in:
parent
73b3f94c82
commit
43c9739078
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ class SearchPackage(Configs):
|
|||
}
|
||||
|
||||
def summary_of_searching(self) -> None:
|
||||
name_length: int = 2
|
||||
try:
|
||||
name_length: int = max(len(name['name']) for name in self.data_dict.values())
|
||||
except ValueError:
|
||||
|
|
Loading…
Add table
Reference in a new issue