commit 960fe5afd35a15083df2e0097a782e76d3f6ccc1
parent a27227d37f447b1a2a2f948ef4aaa89ffac030be
Author: Joris Vink <joris@coders.se>
Date: Tue, 20 Apr 2021 10:00:46 +0200
drop unused __init__ in cli generation
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/cli.c b/src/cli.c
@@ -341,9 +341,6 @@ static const char *python_app_data =
"import kore\n"
"\n"
"class KoreApp:\n"
- " def __init__(self):\n"
- " pass\n"
- "\n"
" def configure(self, args):\n"
" kore.config.tls_dhparam = \"dh2048.pem\"\n"
" kore.config.deployment = \"development\"\n"