support Python3.11

This commit is contained in:
Christos Falas 2025-01-24 11:30:41 +00:00
parent b1e7f37e4e
commit 4658f3d9f5
No known key found for this signature in database

View File

@ -34,7 +34,7 @@ def preprocessed():
return render_template("preprocessed.html") return render_template("preprocessed.html")
type Subscriber = Server Subscriber = Server
subscriber_settings: dict[Subscriber, tuple[int, int, int]] = {} subscriber_settings: dict[Subscriber, tuple[int, int, int]] = {}