From ed5b4501ba7a254c767f7e7325787db38be3859e Mon Sep 17 00:00:00 2001 From: danfai Date: Tue, 8 Mar 2022 20:25:46 +0100 Subject: [PATCH] webapi make form more userfriendly --- syncplay/webapi.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/syncplay/webapi.py b/syncplay/webapi.py index 9ca288a..b98788e 100644 --- a/syncplay/webapi.py +++ b/syncplay/webapi.py @@ -13,7 +13,9 @@ class WebAPI(resource.Resource): # return a simple form for browsers return (b"" b"" - b"
") + b"

" + b"
" + b"
") def render_POST(self, request): url = ""