You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
Update ToolsTOR.py
This commit is contained in:
@@ -353,6 +353,10 @@ class ToolsTOR(ToolsTales):
|
||||
finalText += ("\n")
|
||||
continue
|
||||
|
||||
if b == 0x2:
|
||||
finalText += "<" + tags.get(b, f"{b:02X}") + ">"
|
||||
continue
|
||||
|
||||
# ASCII text
|
||||
if chr(b) in self.PRINTABLE_CHARS:
|
||||
finalText += chr(b)
|
||||
|
||||
Reference in New Issue
Block a user