Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ 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"}
|
|
|
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"}
|