1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

54e656567

This commit is contained in:
Steffo 2018-10-07 23:24:16 +02:00
parent 65819a1d63
commit f2d51e7276

3
db.py
View file

@ -957,8 +957,9 @@ class Halloween(Base):
started = False
for h in halloweens:
for i in range(7):
if h[i+1]:
if h.first_trigger:
started = True
if h[i+1]:
completed[i] = True
return started, completed