Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspec committed Oct 9, 2023
1 parent e4f3de7 commit 2ac17d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evonote/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

if openai.api_key is None:
print("You must set environment variable OPENAI_API_KEY before use")
raise Exception("OPENAI_API_KEY is not set")
raise Exception("OPENAI_API_KEY is not set!")

"""
:module:
Expand Down

0 comments on commit 2ac17d4

Please sign in to comment.