Working on next OpenGnsys service provider release

This commit is contained in:
Adolfo Gómez García 2021-01-19 08:47:05 +01:00
parent d8fb0deef2
commit bb626889fb

View File

@ -47,9 +47,12 @@ class OGPublication(Publication):
"""
This class provides the publication of a oVirtLinkedService
"""
_name: str = ''
suggestedTime = 5 # : Suggested recheck time if publication is unfinished in seconds
suggestedTime = (
5 # : Suggested recheck time if publication is unfinished in seconds
)
def service(self) -> 'OGService':
return typing.cast('OGService', super().service())