drop unused __init__ in cli generation

This commit is contained in:
Joris Vink 2021-04-20 10:00:46 +02:00
parent a27227d37f
commit 960fe5afd3
1 changed files with 0 additions and 3 deletions

View File

@ -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"