fix error

This commit is contained in:
chiu 2020-05-19 23:08:52 +08:00
parent 304dffbe9f
commit 6c3cf31b03
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ class Property
b_sdata = booking.start_time.wday*10000 + booking.start_time.hour*100 + booking.start_time.minute
b_edata = booking.end_time.wday*10000 + booking.end_time.hour*100 + booking.end_time.minute
end
while True:
while true
if b_interval == 'month'
sdata = stime.day*10000 + stime.hour*100 + stime.minute
edata = etime.day*10000 + etime.hour*100 + etime.minute