diff --git a/git_annex_remote_googledrive/run.py b/git_annex_remote_googledrive/run.py index 953f6a1..d648f08 100644 --- a/git_annex_remote_googledrive/run.py +++ b/git_annex_remote_googledrive/run.py @@ -63,8 +63,8 @@ def setup(): use_own_api = False if use_own_api: - client_id = input("Client ID: ") - client_secret = input("Client Secret: ") + client_id = input("Client ID: ").strip() + client_secret = input("Client Secret: ").strip() else: print("======") print("IMPORTANT: Google has started to lockdown their Google Drive API. This might affect access to your remotes.")