Closed strTATQwQ closed 5 months ago
Hey :)
thank you for your PR :) - Indeed there is an error with the code. The check is basically wrong. This function should "iterate" over the fetched data array (check tags first, than the metadata and last the urls). I tried to merge your PR but the checks are failing caused by an indentation error... I checked the code and there were some more errors... - I try to fix some of the issues today and definitely will check the spelling inside the code (and the repo name - Thank you for that <3)
I also extended the tests to check also the export/import subscriptions function. In the next days I will add some more tests to detect this kind of errors :)
Oh your changes are inserted in a modified way. It should work now!
Pleas elet me know if you find any other erros - or of course add a new PR. If the tests are successfull I will simply merge it ^^
When I tried to transfer my work from laptop to nas, I did a export-import operation and it got the following error:
I believe this was an error caused by not checking if
db_entry[1]
was empty at line 2652, making the change fixed it for me, but I didn't check the rest of it in depthAlso fixed some trivial typos in
show_help()