Fix indentation
This commit is contained in:
parent
4e2f33c5f9
commit
60704455c6
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue