This commit is contained in:
iFargle
2023-02-28 13:07:07 +09:00
parent 1c9fb9a958
commit c94e3f0002
4 changed files with 3 additions and 7 deletions

View File

@@ -4,10 +4,9 @@ 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")
app.logger = logging.create_logger(app)
##################################################################
# Functions related to HEADSCALE and API KEYS