Code Color Change2

This commit is contained in:
JINSUBY 2020-12-04 14:53:28 +09:00
parent f89af6180b
commit 29134e5f36

View file

@ -142,7 +142,7 @@ class FileWriter(object):
with open(self.path, 'w' if self.overwrite else 'a',
encoding='utf-8') as output_file:
output_file.write(s)
self.overwrite = False333
self.overwrite = False
thread_global = threading.local()