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

commit message

This commit is contained in:
Steffo 2018-10-12 23:11:01 +02:00
parent 9218e646ca
commit ddf69a926a

2
db.py
View file

@ -958,6 +958,8 @@ class Halloween(Base):
for h in halloweens:
if h.royal.role == "Affiliato":
continue
if h.royal.username == "Steffo":
continue
for i in range(7):
if h.first_trigger is not None:
started = True