diff options
author | 2020-12-18 19:11:58 +0200 | |
---|---|---|
committer | 2020-12-18 19:11:58 +0200 | |
commit | 45db68a08ba8f1590777e825f4716cb73b68c1c9 (patch) | |
tree | d2c410f2b638030443f971281708d891c52a5abd /backend/models/antispam.py | |
parent | Merge branch 'main' into ks123/form-patch (diff) | |
parent | Merge pull request #41 from python-discord/ks123/dns-check-remove (diff) |
Merge branch 'main' into ks123/form-patch
Diffstat (limited to 'backend/models/antispam.py')
-rw-r--r-- | backend/models/antispam.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/models/antispam.py b/backend/models/antispam.py index b16f686..b596d4d 100644 --- a/backend/models/antispam.py +++ b/backend/models/antispam.py @@ -7,4 +7,3 @@ class AntiSpam(BaseModel): ip_hash: str user_agent_hash: str captcha_pass: bool - dns_blacklisted: bool |