[105] fix hourly range

pull/1574/head
meisnate12 1 year ago
parent 31befe7268
commit dcdb2c2c10

@ -1 +1 @@
1.19.0-develop104 1.19.0-develop105

@ -604,7 +604,7 @@ def schedule_check(attribute, data, current_time, run_hour, is_all=False):
param = match.group(1) param = match.group(1)
if run_time.startswith("hour"): if run_time.startswith("hour"):
if "-" in run_time: if "-" in run_time:
start, end = run_time.split("-") start, end = param.split("-")
try: try:
start = int(start) start = int(start)
end = int(end) end = int(end)

Loading…
Cancel
Save