Update
This commit is contained in:
@@ -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)
|
||||
@@ -1,4 +1,4 @@
|
||||
Flask
|
||||
=====
|
||||
|
||||
.. literalinclude:: flask.py
|
||||
.. literalinclude:: example.py
|
||||
|
||||
Reference in New Issue
Block a user