This commit is contained in:
2025-04-08 06:38:30 +03:00
parent df9690468a
commit 9f9134ca98
10 changed files with 39 additions and 72 deletions

View File

@@ -30,4 +30,4 @@ def raise_error() -> bool:
jsonrpc['raise.error'] = raise_error
app.run(host='0.0.0.0', debug=True)
app.run(host='0.0.0.0', port=5500, debug=True)

View File

@@ -1,4 +1,4 @@
Flask
=====
.. literalinclude:: flask.py
.. literalinclude:: example.py