diff --git a/songbook.py b/songbook.py index d20062a6..0502c77d 100755 --- a/songbook.py +++ b/songbook.py @@ -16,13 +16,13 @@ reArtist = re.compile('(?<=by=)(.(? 0: out.write(formatDefinition('songslist', songslist(songs))) @@ -228,7 +228,7 @@ def main(): usage() sys.exit() elif o in ("--cache"): - cache = True + cache = True elif o in ("-s", "--songbook"): songbook = a elif o in ("-d", "--depend"): @@ -239,7 +239,7 @@ def main(): assert False, "unhandled option" if cache: - makeCoverCache(os.path.join(songbook_cache_home, 'images')) + makeCoverCache(os.path.join(songbook_cache_home, 'images')) elif songbook and output: f = open(songbook) sb = json.load(f)