1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00
This commit is contained in:
Adolfo Gómez García 2016-05-20 09:39:19 +02:00
parent 14cddbb210
commit ef9165b3a2

View File

@ -196,7 +196,7 @@ class DeployedService(UUIDModel, TaggingMixin):
# return datetime.now()
activePub = self.activePublication()
if activePub is None or activePub.revision == self.current_pub_revision - 1:
return None
return None
# Return the date
try: