mirror of
https://github.com/lalanza808/monero.fail.git
synced 2025-08-21 03:48:06 -04:00
fix shit filter
This commit is contained in:
parent
5b007bb90d
commit
8fa675c273
1 changed files with 3 additions and 1 deletions
|
@ -29,4 +29,6 @@ def trim_arg(all_args, arg_to_trim):
|
||||||
|
|
||||||
@bp.app_template_filter("seems_legit")
|
@bp.app_template_filter("seems_legit")
|
||||||
def seems_legit(addy):
|
def seems_legit(addy):
|
||||||
|
if type(addy) == str:
|
||||||
return len(addy) == 97
|
return len(addy) == 97
|
||||||
|
return False
|
Loading…
Add table
Add a link
Reference in a new issue