Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
zaanposni committed Sep 14, 2024
1 parent 5127458 commit b01fd3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dataimport/informationopenaianalyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


if not os.getenv("OPENAI_API_KEY"):
print("OPENAI_API_KEY not set", style="bold red")
print("OPENAI_API_KEY not set")
exit(1)

console = Console()
Expand Down
2 changes: 1 addition & 1 deletion src/dataimport/twitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


if not os.getenv("TWITCH_CLIENT_ID") or not os.getenv("TWITCH_CLIENT_SECRET"):
print("TWITCH_CLIENT_ID or TWITCH_CLIENT_SECRET not set", style="bold red")
print("TWITCH_CLIENT_ID or TWITCH_CLIENT_SECRET not set")
exit(1)

console = Console()
Expand Down

0 comments on commit b01fd3c

Please sign in to comment.