mirror of
https://github.com/ValdikSS/blockcheck.git
synced 2026-09-14 11:05:48 +05:00
Merge 27fc2ca56b into 28c7b12762
This commit is contained in:
commit
54c28573be
@ -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 = ''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user