Skip to content

Commit

Permalink
Update elements.py
Browse files Browse the repository at this point in the history
fixed bug
  • Loading branch information
alican authored Jun 14, 2023
1 parent 46e0eb3 commit 928945a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
try:
ELEMENTS_EMAIL = os.environ["ELEMENTS_EMAIL"]
ELEMENTS_PASSWORD = os.environ["ELEMENTS_PASSWORD"]
ELEMENTS_STUDIO_ID os.environ.get('ELEMENTS_STUDIO_ID', 62)
ELEMENTS_STUDIO_ID = os.environ.get('ELEMENTS_STUDIO_ID', 62)
except KeyError:
raise Exception('Please set the environment variables ELEMENTS_EMAIL and ELEMENTS_PASSWORD')

Expand Down

0 comments on commit 928945a

Please sign in to comment.