Rich5
Rich5
+1 for this feature
Thanks! I'm happy to discuss options. If you already have a fork somewhere I can link to it or I could maybe give you write access here. Just let me...
Also I'm not sure if he's still working on it, but @initiate6 upgraded the code to Python3 a while back. Sounds like combining the two would bring the project more...
@f0cker thanks for keeping the project alive. I linked to your repo in the README.
added beta version of this function. Needs lots of testing.
Looks similar to https://github.com/long2ice/meilisync/issues/17
My work around (fix?) to this so far is to change line https://github.com/long2ice/meilisync/blob/dev/meilisync/main.py#L75 from: `current_progress = context.obj["current_progress"]` which appears to initialize current_progress to None, to: `current_progress = {}` My best...