String reading memes

This commit is contained in:
Mc-muffin
2023-05-19 10:16:01 -05:00
parent af6de00320
commit a46c6a7556

View File

@@ -428,7 +428,6 @@ class ToolsTOR(ToolsTales):
if (offset > 0):
theirsce.seek(offset, 0)
b = theirsce.read(1)
while True:
b = theirsce.read(1)
if b == end_strings: break