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

solo membri ryg

This commit is contained in:
Steffo 2018-10-12 20:28:59 +02:00
parent 7afe6319ea
commit cdfc2ba08e

2
db.py
View file

@ -956,7 +956,7 @@ class Halloween(Base):
completed = [False for _ in range(7)]
started = False
for h in halloweens:
if h.royal.role != "Admin" or h.royal.role != "Membro":
if h.royal.role == "Affiliato":
continue
for i in range(7):
if h.first_trigger is not None: