zenafey commited on
Commit
72c8409
1 Parent(s): 501d9eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ class Prodia:
12
  def __init__(self, api_key, base=None):
13
  self.base = base or "https://api.prodia.com/v2"
14
  self.headers = {
15
- "X-Prodia-Key": api_key
16
  "Authorization": f"Bearer {os.getenv("API_KEY")}"
17
  }
18
 
 
12
  def __init__(self, api_key, base=None):
13
  self.base = base or "https://api.prodia.com/v2"
14
  self.headers = {
15
+ "X-Prodia-Key": api_key,
16
  "Authorization": f"Bearer {os.getenv("API_KEY")}"
17
  }
18