yuripeyamashita commited on
Commit
15833f6
1 Parent(s): 99d20d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -5,11 +5,8 @@ import requests
5
 
6
  app = Flask(__name__)
7
 
8
- print(os.environ.get("auth"))
9
-
10
- headers = {
11
- 'Authorization': os.environ.get("auth"),
12
- },
13
 
14
 
15
  @app.route("/")
 
5
 
6
  app = Flask(__name__)
7
 
8
+ headers = {'Authorization': os.environ.get("auth")}
9
+ print(headers)
 
 
 
10
 
11
 
12
  @app.route("/")