Skip to content

Commit

Permalink
fix: print extra text for today if it's holiday for non-colored text
Browse files Browse the repository at this point in the history
  • Loading branch information
pouriya committed Nov 9, 2018
1 parent 880847d commit 2576a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ def main():
if day.is_today:
if day.is_holiday:
print('*.' * 13 + ' Today is Holiday ' + '.*' * 13)
break
break

if opts.quote:
quote = transformed[3]
Expand Down

0 comments on commit 2576a55

Please sign in to comment.