fix dhid 6 characters
This commit is contained in:
parent
2b40104180
commit
e47a7d80f2
|
@ -88,7 +88,7 @@ def NewSnapshot(request):
|
||||||
)
|
)
|
||||||
response = {
|
response = {
|
||||||
"status": "success",
|
"status": "success",
|
||||||
"dhid": annotation.value[:5].upper(),
|
"dhid": annotation.value[:6].upper(),
|
||||||
"url": url,
|
"url": url,
|
||||||
"public_url": url
|
"public_url": url
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue