mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
paltri non vale
This commit is contained in:
parent
3907bd789e
commit
ad19254dca
1 changed files with 2 additions and 0 deletions
2
db.py
2
db.py
|
@ -956,6 +956,8 @@ class Halloween(Base):
|
|||
completed = [False for _ in range(7)]
|
||||
started = False
|
||||
for h in halloweens:
|
||||
if h.royal.username == "Paltri":
|
||||
continue
|
||||
for i in range(7):
|
||||
if h.first_trigger is not None:
|
||||
started = True
|
||||
|
|
Loading…
Reference in a new issue