Compare commits

1 Commits

Author SHA1 Message Date
Jan
e0db071cc1 wip: update 2019-09-27 17:58:16 +02:00

View File

@@ -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+"\":")