mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2025-12-30 06:53:14 +00:00
Turning off overlap-cache as I try to fix daily scheduling error.
This commit is contained in:
@@ -732,7 +732,7 @@ class PseudoChannel():
|
||||
os.makedirs(writepath)
|
||||
if os.path.exists(writepath+fileName):
|
||||
os.remove(writepath+fileName)
|
||||
mode = 'a' if os.path.exists(writepath) else 'w'
|
||||
mode = 'w'
|
||||
with open(writepath+fileName, mode) as f:
|
||||
f.write(data)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user