wip: update

This commit is contained in:
Jan
2019-09-27 17:58:16 +02:00
parent f147bc55c6
commit e0db071cc1

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