Skip to content

Commit

Permalink
astrology-repeat to 32
Browse files Browse the repository at this point in the history
Lets astrology repeat to 32/34
  • Loading branch information
Algonem committed Mar 27, 2024
1 parent fb7ac17 commit 6c3a8ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions astrology.lic
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6c3a8ac

Please sign in to comment.