mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
Added stop to listener.
This commit is contained in:
parent
9dbb11e4bd
commit
975f3e747c
@ -47,6 +47,10 @@ class Listener(SantiagoListener):
|
|||||||
"""Starts the listener."""
|
"""Starts the listener."""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def stop(self):
|
||||||
|
"""Shuts down the listener."""
|
||||||
|
pass
|
||||||
|
|
||||||
@cherrypy.expose
|
@cherrypy.expose
|
||||||
def index(self, **kwargs):
|
def index(self, **kwargs):
|
||||||
"""Receive an incoming Santiago request from another Santiago client."""
|
"""Receive an incoming Santiago request from another Santiago client."""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user