ndbeals / keep-exporter

A command line utility to export Google Keep notes to markdown.
https://pypi.org/project/keep-exporter/
BSD 3-Clause "New" or "Revised" License
96 stars 1 forks source link

cli.py has "exit(0)" statement after login #17

Closed mbafford closed 3 years ago

mbafford commented 3 years ago

Current version in master won't sync due to an exit(0) right after logging in.

    click.echo(f"Media directory: {mediapath}")

    keep = login(user, password, token)
    exit(0)

    if not notepath.exists():
        click.echo("Notes directory does not exist, creating.")
ndbeals commented 3 years ago

ohh my, thanks a bunch @mbafford