1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00

Fixiung up og

This commit is contained in:
Adolfo Gómez García 2017-09-29 11:05:29 +02:00
parent c431e39d4a
commit 8d3b28e3cb

View File

@ -193,7 +193,7 @@ class OpenGnsysClient(object):
errMsg = 'Reserving image {} in ou {}'.format(ou, image)
data = {
'labid': lab,
'maxtime': maxtime['id']
'maxtime': maxtime
}
res = self._post(urls.RESERVE.format(ou=ou, image=image), data, errMsg=errMsg)
return {