Browse Source

wrong method name

no_compress
Raphael Roberts 7 years ago
parent
commit
c987cfc273
  1. 2
      main.py

2
main.py

@ -212,7 +212,7 @@ if __name__ == '__main__':
sys.stderr = open(osp.join(osp.dirname(__file__), 'stderr.log'), 'w')
if args.kill_cache:
for cache_obj in disk_cache.caches:
cache_obj.kill_cache()
cache_obj.delete_cache()
main(args)
for cache_obj in disk_cache.caches:
if cache_obj.fresh:

Loading…
Cancel
Save