File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2291,7 +2291,7 @@ def shuffle_tracks(self, num_swaps=None):
22912291 tracks = [track .copy () for track in self .sorted_list ] # Глубокое копирование
22922292 self .shuffled_list , num_swaps = self .soft_shuffle (tracks , str (seed_trimmed ))
22932293
2294- print ("[DEBUG] : Перестановленный список ============================" )
2294+ print ("[DEBUG] : Новый список ============================" )
22952295 for i , track in enumerate (self .shuffled_list , 1 ):
22962296 print (f"{ i } . { track ['name' ]} \n TempID: { track ['temp_id' ]} | ID: { track .get ('track_id' )} " )
22972297 print ("===================================================================" )
@@ -2314,7 +2314,7 @@ def shuffle_tracks(self, num_swaps=None):
23142314 return
23152315
23162316 if step_value .strip ():
2317- print (f"[DEBUG] : Перестановленный список c реверсом { step } ============================" )
2317+ print (f"[DEBUG] : Новый список c реверсом { step } ============================" )
23182318 for i , track in enumerate (self .shuffled_list , 1 ):
23192319 print (f"{ i } . { track ['name' ]} \n TempID: { track ['temp_id' ]} | ID: { track .get ('track_id' )} " )
23202320 print ("===================================================================" )
You can’t perform that action at this time.
0 commit comments