Spaces:
Running
Running
Fixed server.py that do not import json
Browse files
server.py
CHANGED
|
@@ -8,6 +8,7 @@ from flask import Flask, jsonify, render_template, request
|
|
| 8 |
from discord_bot import discord_bot, sendMessageToChannel
|
| 9 |
# from pingpong import pingpong
|
| 10 |
from threading import Thread
|
|
|
|
| 11 |
application = Flask(__name__)
|
| 12 |
#application.config['TIMEOUT'] = 1000
|
| 13 |
|
|
|
|
| 8 |
from discord_bot import discord_bot, sendMessageToChannel
|
| 9 |
# from pingpong import pingpong
|
| 10 |
from threading import Thread
|
| 11 |
+
import json
|
| 12 |
application = Flask(__name__)
|
| 13 |
#application.config['TIMEOUT'] = 1000
|
| 14 |
|