From df11c756dd5c9d2155de770287a8b041dbf73537 Mon Sep 17 00:00:00 2001 From: Azalea Date: Fri, 2 Jun 2023 00:49:30 -0700 Subject: [PATCH] [F] Fix: Only show pride month animation in tty mode --- hyfetch/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyfetch/main.py b/hyfetch/main.py index 3fe144fb..ee9e1bdd 100755 --- a/hyfetch/main.py +++ b/hyfetch/main.py @@ -376,7 +376,7 @@ def run(): # Check if it's June (pride month) now = datetime.datetime.now() - if now.month == 6 and now.year not in config.pride_month_shown: + if now.month == 6 and now.year not in config.pride_month_shown and os.isatty(sys.stdout.fileno()): args.june = True if args.june: