Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| df11c756dd |
+1
-1
@@ -376,7 +376,7 @@ def run():
|
|||||||
|
|
||||||
# Check if it's June (pride month)
|
# Check if it's June (pride month)
|
||||||
now = datetime.datetime.now()
|
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
|
args.june = True
|
||||||
|
|
||||||
if args.june:
|
if args.june:
|
||||||
|
|||||||
Reference in New Issue
Block a user