This commit is contained in:
Acharvak 2017-05-17 10:45:26 +00:00 committed by GitHub
commit 54c28573be

View File

@ -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 = ''