Даты как параметры + страница для ошибок

This commit is contained in:
Anton Kamalov
2024-10-24 20:35:06 +03:00
parent e1d0510669
commit e97300f860
4 changed files with 23 additions and 12 deletions

View File

@@ -1,9 +1,7 @@
from flask import Flask, render_template, session
from Requests.requests import requests_bp
from Auth.auth import auth_bp
from os import path
from checker import check_auth
import json
app = Flask(__name__)
app.secret_key = 'suplex'