Fix indentation

This commit is contained in:
Kumi 2019-02-01 14:30:46 +00:00
parent 4e2f33c5f9
commit 60704455c6

View file

@ -537,8 +537,8 @@ def makedevice(request):
}
)
if glob.glob(CADIR + "/keys/" + device_serial + "*"):
return HttpResponse("This key already exists.")
if glob.glob(CADIR + "/keys/" + device_serial + "*"):
return HttpResponse("This key already exists.")
os.chdir(CADIR)