diff options
Diffstat (limited to 'src/home/http')
-rw-r--r-- | src/home/http/http.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/home/http/http.py b/src/home/http/http.py index 6ce16c4..8e9d3b2 100644 --- a/src/home/http/http.py +++ b/src/home/http/http.py @@ -93,4 +93,4 @@ class HTTPServer: event_loop.run_forever() def ok(self, data=None): - return ok(data) + return ok(data)
\ No newline at end of file |