diff --git a/main.py b/main.py index 943cb71..6911e2f 100644 --- a/main.py +++ b/main.py @@ -16,7 +16,7 @@ def check_update() -> None: if response.json()["name"] != VERSION: print(colored("Wersja programu:", "white"), colored(VERSION, "red")) - print(colored('Najnowsza wersja:', "white"), colored(f"{response.json()["name"]}", "green")) + print(colored('Najnowsza wersja:', "white"), colored(f"{response.json()['name']}", "green")) print('') print(colored("Dostępna jest nowa wersja doccli!", "white")) print('')