1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00

paltri non vale

This commit is contained in:
Steffo 2018-10-12 20:27:05 +02:00
parent 3907bd789e
commit ad19254dca

2
db.py
View file

@ -956,6 +956,8 @@ class Halloween(Base):
completed = [False for _ in range(7)] completed = [False for _ in range(7)]
started = False started = False
for h in halloweens: for h in halloweens:
if h.royal.username == "Paltri":
continue
for i in range(7): for i in range(7):
if h.first_trigger is not None: if h.first_trigger is not None:
started = True started = True