This commit is contained in:
iFargle
2023-02-27 22:49:34 +09:00
parent 88afde359a
commit 0fec4852af
4 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ import requests, json, os
from cryptography.fernet import Fernet
from datetime import timedelta, date
from dateutil import parser
from flask import Flask, logging
from flask import Flask
app = Flask(__name__, static_url_path="/static")