Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,8 @@ import socket
|
|
5 |
from interaction import MindBot
|
6 |
|
7 |
CUSTOM_PATH = "/mindbot/541832"
|
8 |
-
|
|
|
9 |
# @app.get("/")
|
10 |
# def read_main():
|
11 |
# return {"message": "This is your main app"}
|
|
|
5 |
from interaction import MindBot
|
6 |
|
7 |
CUSTOM_PATH = "/mindbot/541832"
|
8 |
+
import os
|
9 |
+
print(os.getenv("AUTH_TOKEN"))
|
10 |
# @app.get("/")
|
11 |
# def read_main():
|
12 |
# return {"message": "This is your main app"}
|