Fixed count of loop question
This commit is contained in:
parent
1dc3725951
commit
4b8f1a65fa
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ while True:
|
|||
if last_written == last_music:
|
||||
continue
|
||||
a += 1
|
||||
if a == 2:
|
||||
if a == 20:
|
||||
for i in get_db_values():
|
||||
if i["filealbumname"] == None:
|
||||
full_name = i["filemusictitle"] + ", " + i["fileartistname"] + ", " + "Music"
|
||||
|
|
Loading…
Reference in a new issue