remove unnecessary function

pull/114/head
Aevann 2023-02-06 06:45:44 +02:00
parent 8329287150
commit 0beb4283af
1 changed files with 0 additions and 6 deletions

View File

@ -343,13 +343,7 @@ def execute_antispam_submission_check(title, v, url):
return False
return True
def execute_blackjack_custom(v, target, body, type):
return True
def execute_blackjack(v, target, body, type):
if not execute_blackjack_custom(v, target, body, type):
return False
if not body: return True
execute = False