RomZay commited on
Commit
0af2910
·
verified ·
1 Parent(s): ce4847d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def authorize(api_key):
20
  "identificator": api_key
21
  }
22
  test_headers = {
23
- "authorization": f"{os.getenv("KEY")}",
24
  "Content-Type": "application/json",
25
  }
26
 
 
20
  "identificator": api_key
21
  }
22
  test_headers = {
23
+ "authorization": os.getenv("KEY"),
24
  "Content-Type": "application/json",
25
  }
26