Garbage er mere brugbart.
This commit is contained in:
parent
de369fd440
commit
3b3ec57f02
|
@ -43,7 +43,7 @@ def tiger_print(msg):
|
||||||
if PRINT_LEVEL == PRINT_LEVEL_SILENT:
|
if PRINT_LEVEL == PRINT_LEVEL_SILENT:
|
||||||
return
|
return
|
||||||
if not isinstance(msg, str):
|
if not isinstance(msg, str):
|
||||||
msg = ''.join([chr(random.randint(0, 255)) for i in range(random.randint(1, 5))])
|
msg = '<GARBAGE>'
|
||||||
sys.stdout.write(msg)
|
sys.stdout.write(msg)
|
||||||
|
|
||||||
##########
|
##########
|
||||||
|
|
Loading…
Reference in New Issue
Block a user