From cc2e07416f010af5a8f1234742025b60cd5eda3b Mon Sep 17 00:00:00 2001 From: Fline <45824466+Flxne@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:16:49 +0200 Subject: [PATCH] Update run.py --- run.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.py b/run.py index 6dfc76e..fab5992 100644 --- a/run.py +++ b/run.py @@ -127,7 +127,7 @@ def main(): # If no media find else: - console.print("[red]Cant find a single element") + console.print("[red]Can't find a single element") # End console.print("\n[red]Done") @@ -166,7 +166,7 @@ def main_switch(): # If no media find else: - console.print("[red]Cant find a single element") + console.print("[red]Can't find a single element") if __name__ == '__main__':