filedump
main
@@ -12,7 +12,7 @@ def update_file():
if os.path.isfile('compiti.json'):
with open('compiti.json', 'r') as f:
compiti = json.load(f)
id_counter = 104
id_counter = compiti[-1]["id"] + 1
else:
compiti = [
{"id": 1, "descrizione": "Compito matematica"},
The note is not visible to the blocked user.