This commit is contained in:
iFargle
2023-02-27 22:03:04 +09:00
parent b3fac98c1c
commit 3833a33885
3 changed files with 6 additions and 6 deletions

View File

@@ -1,12 +1,12 @@
# pylint: disable=wrong-import-order
import requests, json, os
from server import app
from cryptography.fernet import Fernet
from datetime import timedelta, date
from dateutil import parser
from flask import Flask, logging
from flask import logging
app = Flask(__name__)
LOG = logging.create_logger(app)
##################################################################