diff --git a/pyproject.toml b/pyproject.toml index 21dcfd0..f8c1044 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pywhat" -version = "0.2.2" +version = "0.2.3" description = "What is that thing?" authors = ["Bee "] license = "GPLv3" diff --git a/pywhat/printer.py b/pywhat/printer.py index d75c799..05b8a0f 100644 --- a/pywhat/printer.py +++ b/pywhat/printer.py @@ -56,7 +56,7 @@ def pretty_print(self, text: dict): ) console.print(to_out, table) - if not text["Regexes"] and not text["Language"] + if not text["Regexes"] and not text["Language"]: console.print( "[bold #D7Afff]Could not find anything of interest.[/bold #D7Afff]" )