Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kaenova authored Apr 23, 2024
1 parent 899f2be commit e70678a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(self):
def check_missing_vars(self):
missing_vars = [var for var in vars(self) if getattr(self, var) is None]
if missing_vars:
warnings(
warnings.warn(
f"WARNING: The following environment variables are missing: {', '.join(missing_vars)}"
)

Expand Down

0 comments on commit e70678a

Please sign in to comment.