File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -220,15 +220,15 @@ def _resolve_server_response(
220
220
221
221
print ("\n ✨ API key retrieved." )
222
222
223
- if stored_in_user_space := self .ep_key_handler .ask_to_store (api_key ):
224
- pass
225
- else :
226
- path_to_env = write_api_key_to_env (api_key )
227
- print (
228
- "\n ✨ API key retrieved and written to .env file at the following path:"
229
- )
230
- print (f" { path_to_env } " )
231
- print ("Rerun your code to try again with a valid API key." )
223
+ # if stored_in_user_space := self.ep_key_handler.ask_to_store(api_key):
224
+ # pass
225
+ # else:
226
+ path_to_env = write_api_key_to_env (api_key )
227
+ print (
228
+ "\n ✨ API key retrieved and written to .env file at the following path:"
229
+ )
230
+ print (f" { path_to_env } " )
231
+ print ("Rerun your code to try again with a valid API key." )
232
232
return
233
233
234
234
elif "Authorization" in message :
You can’t perform that action at this time.
0 commit comments