From ad19254dca9f1e43dd92545955651f310cc18864 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 12 Oct 2018 20:27:05 +0200 Subject: [PATCH] paltri non vale --- db.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db.py b/db.py index 468ccd45..597c11f4 100644 --- a/db.py +++ b/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