diff --git a/astrology.lic b/astrology.lic index f54c30a022..a091a81219 100644 --- a/astrology.lic +++ b/astrology.lic @@ -144,7 +144,7 @@ class Astrology prev_size = pools['future events'] result = nil start_time = Time.now - timeout = 10 # Timeout in seconds + timeout = 10 # Timeout in seconds until Time.now - start_time > timeout result = DRCMM.study_sky @@ -377,11 +377,11 @@ class Astrology end if DRSkill.getxp('Astrology') >= 32 break - else + else predict_all(check_pools) DRCMM.predict('analyze') waitrt? # Wait for 60 seconds before looping again - end + end end end end