Ajout fonction première connexion et correction base de donnée

This commit is contained in:
2022-08-07 17:36:20 +02:00
parent 3451259a57
commit 78227870bc
10 changed files with 135 additions and 54 deletions

View File

@@ -1,5 +1,4 @@
from gevent.pywsgi import WSGIServer
from flask import Flask
from pywallter import create_app
app = create_app()