gvellut / jncep

Command-line tool to generate EPUB files for J-Novel Club pre-pub novels
GNU General Public License v3.0
43 stars 11 forks source link

jncep update --sync or --jnc-managed fails #35

Closed pajoh closed 1 year ago

pajoh commented 1 year ago

Describe the bug Sync requires is_beginning or it'll crash

Expected behavior Shouldn't crash

To Reproduce jncep update -j -v -f --email --password

Debug trace ⚡ Logged in with email '' update --sync Logout... ❌ An unrecoverable error occured sync_series_forward() missing 1 required positional argument: 'is_beginning'

Environment (please complete the following information):

gvellut commented 1 year ago

Thank you. I should have tested more... (I made a correction different from your PR: The --beginning is not necessary for update --sync => that command is like: track --sync then for all new tracked series, an epub is generated from the beginning, so the --beginning is implicit).