Send logs to sync.log

This commit is contained in:
2024-03-16 04:32:35 +02:00
parent ac2e8ee44b
commit a7f3827a7f

View File

@ -39,7 +39,7 @@ CFG_PATH = args.config
SERVERS = list()
CLIENTS = dict()
VERSION = '2'
VERSION = '3'
HOSTNAME = ""
app = Flask(__name__)
CORS(app)