Skip to content

Commit

Permalink
Merge branch 'rpherbig:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
OdnaZvezda authored Sep 24, 2023
2 parents f5597fd + 5b1e509 commit 6798c77
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 6798c77

Please sign in to comment.