Update main.py
Browse files
main.py
CHANGED
|
@@ -7,6 +7,6 @@ app = Flask(__name__)
|
|
| 7 |
@app.route('/')
|
| 8 |
def hello_world():
|
| 9 |
print(x.status_code)
|
| 10 |
-
return str(
|
| 11 |
|
| 12 |
|
|
|
|
| 7 |
@app.route('/')
|
| 8 |
def hello_world():
|
| 9 |
print(x.status_code)
|
| 10 |
+
return str(os.environ['DISCORD_CODE'])
|
| 11 |
|
| 12 |
|