Skip to content

Commit

Permalink
Merge pull request #6704 from vtcifer/moonwatch_sunrise_string
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Sep 22, 2023
2 parents d1a8a49 + fc4c1a5 commit 24bdf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moonwatch.lic
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ loop do
moon_change(Regexp.last_match(1).downcase, false)
when /^(Katamba|Xibar|Yavash) slowly rises/
moon_change(Regexp.last_match(1).downcase, true)
when /heralding another fine day|rises to create the new day|as the sun rises, hidden|as the sun rises behind it|faintest hint of the rising sun|The rising sun slowly/
when /heralding another fine day|rises to create the new day|as the sun rises, hidden|as the sun rises behind it|faintest hint of the rising sun|The rising sun slowly|Night slowly turns into day as the horizon/
old = get_all_moon_data['s']
if old['s']
update_moon_data('s', 's' => old['s'], 'r' => Time.now.to_i)
Expand Down

0 comments on commit 24bdf6e

Please sign in to comment.