From b81d2b69ed67ae8afcdec477ecdbb6108de652ae Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Sat, 20 May 2023 03:04:23 +0200 Subject: [PATCH] Update thedevilseye.py - 1.6.0 --- thedevilseye/thedevilseye.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thedevilseye/thedevilseye.py b/thedevilseye/thedevilseye.py index 2fe230b..08dcbf6 100644 --- a/thedevilseye/thedevilseye.py +++ b/thedevilseye/thedevilseye.py @@ -24,7 +24,7 @@ def check_updates(): else: raw_release_notes = response['body'] markdown_release_notes = Markdown(raw_release_notes) - xprint(f"{COLOURS['GREEN']}[UPDATE]{COLOURS['RESET']} A new release of Octosuite is available ({response['tag_name']}). Run 'pip install --upgrade thedevilseye' to get the updates.\n") + xprint(f"{COLOURS['GREEN']}[UPDATE]{COLOURS['RESET']} A new release of thedevilseye is available ({response['tag_name']}).\n") xprint(markdown_release_notes)