Rooni commited on
Commit
23a6746
1 Parent(s): ec1e4af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  def generate_minecraft_command(description):
7
  headers = {
8
  'Content-Type': 'application/json',
9
- 'Authorization': 'Barrer' os.getenv("API_KEY")
10
  }
11
 
12
  payload = {
 
6
  def generate_minecraft_command(description):
7
  headers = {
8
  'Content-Type': 'application/json',
9
+ 'Authorization': f'Bearer {os.getenv("API_KEY")}'
10
  }
11
 
12
  payload = {