exempt autist from earning coins

pull/184/head
Aevann 2023-08-09 21:45:25 +03:00
parent 2e3bdc4b8e
commit 132056d61b
1 changed files with 3 additions and 0 deletions

View File

@ -202,6 +202,9 @@ class User(Base):
if SITE == 'watchpeopledie.tv' and self.id == 5222:
return
if SITE == 'rdrama.net' and self.id == 5237:
return
user_query = g.db.query(User).options(load_only(User.id)).filter_by(id=self.id)
if currency == 'coins':