some changes

This commit is contained in:
2019-04-28 21:46:17 +02:00
parent 1aff111cb9
commit 11d3dfc0e6
5 changed files with 64 additions and 48 deletions

View File

@@ -444,9 +444,6 @@ def _is_banned(hw):
banned = False
elif (hw + " se") in sskj_wordlist["wordlist"]:
banned = False
if hw[-1] == "_":
log.debug("hw: {}, banned: {}".format(hw, banned))
return banned
def prepare_app_index():