diff --git a/slpkg/search.py b/slpkg/search.py index 9fdc498b..74093cf0 100644 --- a/slpkg/search.py +++ b/slpkg/search.py @@ -10,7 +10,7 @@ class SearchPackage: """ Search slackbuilds from the repository. """ def __init__(self): - self.colors: dict = Configs.colour + self.colors = Configs.colour def package(self, packages): color = self.colors()