You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
String reading memes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user