Pārlūkot izejas kodu

Remove exit(0) immediately after logging in

Matthew Bafford 5 gadi atpakaļ
vecāks
revīzija
5f97b8d1f3
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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}")
 
     keep = login(user, password, token)
-    exit(0)
 
     if not notepath.exists():
         click.echo("Notes directory does not exist, creating.")