From e0db071cc157c3745c0412126e4ef2e229840595 Mon Sep 17 00:00:00 2001 From: Jan Date: Fri, 27 Sep 2019 17:58:16 +0200 Subject: [PATCH] wip: update --- clocky.py | 7 +++++++ 1 file changed, 7 insertions(+) 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+"\":")