diff options
author | 2020-12-18 17:10:20 +0000 | |
---|---|---|
committer | 2020-12-18 17:10:20 +0000 | |
commit | d78075ff7803842cac5b3a2ca145d622ad7b1382 (patch) | |
tree | d93dfbe628b3d90686d838a6c61a4ed824f00716 /backend/models/antispam.py | |
parent | Update submit.py (diff) | |
parent | Merge branch 'main' into ks123/dns-check-remove (diff) |
Merge pull request #41 from python-discord/ks123/dns-check-remove
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 |