Skip to content

Commit

Permalink
Update lower_energy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin authored Apr 15, 2024
1 parent cdc6b3e commit 1eb74b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evdspy/EVDSlocal/requests_/lower_energy.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def apikey_works_helper(api_key, check_func_request: Callable = basic_for_test,

else:
if api_key in common_test_words:
print_with_failure_style(f"api key does not look like a key. Returning...{api_key}")
print_with_failure_style(f"api key does not look like a key. Returning...")
return apikey_works_helper(api_key, testing_=True)
# raise "cannot make a new request"
# temp test forced
Expand Down

0 comments on commit 1eb74b9

Please sign in to comment.