Setting changes

This commit is contained in:
sageTheDM 2024-09-24 15:01:45 +02:00
parent 4984f285d6
commit 7c67a5fec8
6 changed files with 172 additions and 85 deletions

View file

@ -1,4 +1,4 @@
from flask import Flask, request, jsonify
from flask import Flask, request, jsonify
from flask_cors import CORS
import secrets
import threading