Explorar o código

Merge pull request #18 from ndbeals/remove-exit-after-login

Remove exit(0) immediately after logging in
Matthew Bafford %!s(int64=4) %!d(string=hai) anos
pai
achega
d1d59a93cc
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      keep_exporter/cli.py

+ 0 - 1
keep_exporter/cli.py

@@ -154,7 +154,6 @@ def main(
     click.echo(f"Media directory: {mediapath}")
     click.echo(f"Media directory: {mediapath}")
 
 
     keep = login(user, password, token)
     keep = login(user, password, token)
-    exit(0)
 
 
     if not notepath.exists():
     if not notepath.exists():
         click.echo("Notes directory does not exist, creating.")
         click.echo("Notes directory does not exist, creating.")