diff --git a/blockcheck.py b/blockcheck.py index 70fe718..00a0070 100755 --- a/blockcheck.py +++ b/blockcheck.py @@ -162,7 +162,7 @@ except ImportError: class ThreadSafeConsole(): pass -trans_table = str.maketrans("⚠✗✓«»", '!XV""') +trans_table = str.maketrans("⚠✗✓«»⁇", '!XV""?') def print_string(*args, **kwargs): message = ''