Stabilize ThreadedMotoServer (#5401)
This commit is contained in:
parent
ecc0da7e87
commit
87683a786f
@ -8,13 +8,6 @@ from .werkzeug_app import DomainDispatcherApplication, create_backend_app
|
|||||||
class ThreadedMotoServer:
|
class ThreadedMotoServer:
|
||||||
def __init__(self, ip_address="0.0.0.0", port=5000, verbose=True):
|
def __init__(self, ip_address="0.0.0.0", port=5000, verbose=True):
|
||||||
|
|
||||||
if verbose:
|
|
||||||
print(
|
|
||||||
"The ThreadedMotoServer is considered in beta for now, and the exact interface and behaviour may still change."
|
|
||||||
)
|
|
||||||
print("Please let us know if you’d like to see any changes.")
|
|
||||||
print("========")
|
|
||||||
|
|
||||||
self._port = port
|
self._port = port
|
||||||
|
|
||||||
self._thread = None
|
self._thread = None
|
||||||
|
Loading…
Reference in New Issue
Block a user