From cb0510db80bc000c753815b0eb7c8fc593b3ba58 Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Fri, 23 Oct 2020 22:42:43 +0200 Subject: [PATCH] trying out form to add new internet radio url --- screenless/bureau/audio/audio.py | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/screenless/bureau/audio/audio.py b/screenless/bureau/audio/audio.py index 8297f9c..ce8382f 100644 --- a/screenless/bureau/audio/audio.py +++ b/screenless/bureau/audio/audio.py @@ -105,7 +105,19 @@ class Audio(Bureau): if data["addurl"]: self.save_url(data["addurl"]) ret += "
New station " + data["addurl"] + " saved!
\n" - ret += "" + ret += """ +
+ +
+ """ return ret