Skip to content

Commit

Permalink
Update setup_api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RaresCode authored Sep 23, 2024
1 parent 99f2600 commit 59ff3e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sites/setup_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ def __init__(self, company_name, data_list):
"""
self.company_name = company_name
self.data_list = data_list
self.email = os.environ.get('API_KEY')
# self.email = os.environ.get('API_KEY')
self.email = "irimusrares7@gmail.com"

def __call__(self):
"""
Expand Down

0 comments on commit 59ff3e3

Please sign in to comment.