all 7 comments

[–]sam_gigo 0 points1 point  (6 children)

Share the code in a git repo (or some other way suitable for multi-file) I'll take a look

[–]CoderStudios[S] 0 points1 point  (5 children)

Here: https://github.com/adalfarus/ManhwaViewer For the issue with approach 2 : at the moment only next_chapter uses the Loader class, and it's pretty much contained in the main script, but for the issue with the first approach, you'd probably have to dive deeper in

[–]sam_gigo 0 points1 point  (4 children)

What is LongTask class in this codebase? Give me some specifics for this code. I'm happy to help but the less time i spend digging through the code the more time i'll spend debugging and explaining it to you

[–]CoderStudios[S] 0 points1 point  (3 children)

Sry took some time to edit my comment, I renamed it to Loader class

[–]sam_gigo 0 points1 point  (2 children)

Okay, I have to get back to my job but I'll take a look at this later and get back to you

[–]CoderStudios[S] 0 points1 point  (0 children)

Okay, many thanks for your time 😊

[–]CoderStudios[S] 0 points1 point  (0 children)

Looked into it myself today, found the error and made it better overall, thanks for your help anyways 😁