This commit is contained in:
Aevann1 2022-01-21 13:58:00 +02:00
parent 9719a0b9ee
commit 44fc58096a

View file

@ -15,6 +15,7 @@ import redis
import time
from sys import stdout
import faulthandler
from json import loads
app = Flask(__name__, template_folder='templates')
app.url_map.strict_slashes = False