Browse Source

force caching mechanism

original/refs/heads/split-songs
Romain Goffe 12 years ago
parent
commit
88adac5497
  1. 5
      songbook.py

5
songbook.py

@ -245,9 +245,8 @@ def main():
else:
assert False, "unhandled option"
if cache:
makeCoverCache(os.path.join(songbook_cache_home, 'images'))
elif songbook and output:
makeCoverCache(library, os.path.join(songbook_cache_home, 'images'))
if songbook and output:
f = open(songbook)
sb = json.load(f)
f.close()

Loading…
Cancel
Save