15% seems like a better target
This commit is contained in:
parent
60a5894296
commit
b5d9daf786
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@ print("1h est WH: %.2f" % h_estim)
|
|||
print("1hr est %%: %.2f" % h_estpct)
|
||||
|
||||
|
||||
time_check = (current_time.hour == 5 or current_time.hour == 15)
|
||||
estimate_check = (h_estpct < 18.0)
|
||||
time_check = (current_time.hour == 6 or current_time.hour == 15)
|
||||
estimate_check = (h_estpct < 15.0)
|
||||
|
||||
if (time_check and estimate_check):
|
||||
print("Full BEEEEEAAAAANS!")
|
||||
|
|
Loading…
Reference in a new issue