remove wpd special condition

pull/166/head
Aevann 2023-07-02 23:03:31 +03:00
parent f4af0779fd
commit 9d2f855b8e
1 changed files with 1 additions and 1 deletions

View File

@ -1185,7 +1185,7 @@ class User(Base):
if not self.sig_html:
return False
if not self.patron and SITE_NAME != 'WPD':
if not self.patron:
return False
if v and (v.sigs_disabled or v.poor):