test input hiding
This commit is contained in:
@@ -47,6 +47,8 @@ def generator_view(request):
|
|||||||
installation = form.cleaned_data['installation']
|
installation = form.cleaned_data['installation']
|
||||||
settings = form.cleaned_data['settings']
|
settings = form.cleaned_data['settings']
|
||||||
appname = form.cleaned_data['appname']
|
appname = form.cleaned_data['appname']
|
||||||
|
if not appname:
|
||||||
|
appname = "rustdesk"
|
||||||
filename = form.cleaned_data['exename']
|
filename = form.cleaned_data['exename']
|
||||||
compname = form.cleaned_data['compname']
|
compname = form.cleaned_data['compname']
|
||||||
if not compname:
|
if not compname:
|
||||||
|
|||||||
Reference in New Issue
Block a user