We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9671bd5 commit 7a83e9cCopy full SHA for 7a83e9c
2 files changed
.gitignore
@@ -116,3 +116,4 @@ cookiecutter-pypackage-env/
116
# cache folder generated by dev/integration tests
117
_cache
118
.env
119
+sandbox.ipynb
datareservoirio/authenticate.py
@@ -197,7 +197,7 @@ def _prepare_fetch_token_args(self):
197
"Please go here and authorize,",
198
eval(f"_constants.AUTHORITY_URL_{self._env}_USER"),
199
)
200
- package = input("Paste code here: ")
+ package = input("Paste code here and press enter: ")
201
parameters = json.loads(package)
202
token_url = parameters["endpoint"]
203
code = parameters["code"]
0 commit comments