allow proxies.json

pull/2018/head
dgtlmoon 11 months ago
parent 15cd5fbc75
commit 920e0f0300

@ -19,6 +19,9 @@ def cleanup(datastore_path):
for g in ["*.txt", "*.json", "*.pdf"]:
files = glob.glob(os.path.join(datastore_path, g))
for f in files:
if 'proxies.json' in f:
# Usually mounted by docker container during test time
continue
if os.path.isfile(f):
os.unlink(f)

Loading…
Cancel
Save