diff --git a/clocky.py b/clocky.py index c3ffa9b..094844c 100755 --- a/clocky.py +++ b/clocky.py @@ -127,6 +127,13 @@ while not stopprogram: # ................................................................. + + c=0 + config.sequence.clear() + for m in allmp3s: + config.sequence.append(c) + c+=1 + if not os.path.isfile(o_configfilename): print("Createconf: \""+o_configfilename+"\":")