diff options
| -rw-r--r-- | sortashuffle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sortashuffle.py b/sortashuffle.py index 806f2a4..ea03ff7 100644 --- a/sortashuffle.py +++ b/sortashuffle.py | |||
| @@ -58,7 +58,7 @@ def deploy_index(shuffled): | |||
| 58 | index = open(TARGET + "//" + "_PLAYLIST_INDEX.txt", 'w', encoding='utf-8') | 58 | index = open(TARGET + "//" + "_PLAYLIST_INDEX.txt", 'w', encoding='utf-8') |
| 59 | index.write("\n".join(shuffled)) | 59 | index.write("\n".join(shuffled)) |
| 60 | index.close() | 60 | index.close() |
| 61 | return INDEX | 61 | return index |
| 62 | 62 | ||
| 63 | def main(): | 63 | def main(): |
| 64 | SHOWLIST = collect_showlist(SOURCES) | 64 | SHOWLIST = collect_showlist(SOURCES) |