Resoudre les probleme des 2 thread bloquant

This commit is contained in:
Kepka Ludovic
2025-08-09 16:55:21 +02:00
parent c67a70acf8
commit d242639855
11 changed files with 114 additions and 17 deletions

View File

@@ -0,0 +1,13 @@
{% extends "template.html" %}
{% block content %}
<h1>Configuration de Mamie.</h1>
<h2>Api</h2>
<form action="{{ url_for('setConfiguration', key = 'discord_token') }}" method="POST">
<label for="value">Api Discord (cachée)</label>
<input name="value" type="password" />
<input type="Submit" value="Définir">
<p>Nécéssite un redémarrage</p>
</form>
{% endblock %}