From 9b4bcce1a3ffe7f037e7cf5f14e58bb0f3874320 Mon Sep 17 00:00:00 2001 From: bee-san Date: Thu, 20 May 2021 09:41:24 +0100 Subject: [PATCH] Amending versioning --- pyproject.toml | 2 +- pywhat/printer.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]" )