summaryrefslogtreecommitdiff
path: root/sortashuffle.py
diff options
context:
space:
mode:
Diffstat (limited to 'sortashuffle.py')
-rw-r--r--sortashuffle.py2
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
63def main(): 63def main():
64 SHOWLIST = collect_showlist(SOURCES) 64 SHOWLIST = collect_showlist(SOURCES)