mirror of https://github.com/jumpserver/jumpserver
commit
b595ac9bc5
|
@ -242,6 +242,7 @@ class AdHoc(models.Model):
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
hid = str(uuid.uuid4())
|
hid = str(uuid.uuid4())
|
||||||
history = AdHocRunHistory(id=hid, adhoc=self, task=self.task)
|
history = AdHocRunHistory(id=hid, adhoc=self, task=self.task)
|
||||||
|
history.save()
|
||||||
time_start = time.time()
|
time_start = time.time()
|
||||||
date_start = timezone.now()
|
date_start = timezone.now()
|
||||||
is_success = False
|
is_success = False
|
||||||
|
|
Loading…
Reference in New Issue