May-07-2023, 08:26 AM
I do use them
at Line 32,33 i fill the list with content in Series initially
at Line 46 i scan the Folder again and fill "resseries" with content,
then after return i compare old_series with resseries , but the compare is wrong somehow. It always returns the full content of the folder and not just the files not in list old_series.
also it jumps back from line 55 to 46 after the 10 seconds elapsed.
The lists get filled properly , checked that with a print of each list during the loop. Somehow my compare approach doesnt match
at Line 32,33 i fill the list with content in Series initially
at Line 46 i scan the Folder again and fill "resseries" with content,
then after return i compare old_series with resseries , but the compare is wrong somehow. It always returns the full content of the folder and not just the files not in list old_series.
also it jumps back from line 55 to 46 after the 10 seconds elapsed.
The lists get filled properly , checked that with a print of each list during the loop. Somehow my compare approach doesnt match