Compare commits

...

1 Commits

Author SHA1 Message Date
Azalea df11c756dd [F] Fix: Only show pride month animation in tty mode 2023-06-02 00:49:30 -07:00
+1 -1
View File
@@ -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: