tcl: use id_data in status check (#89823)
gitea/passerelle/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2024-04-19 20:59:54 +02:00
parent 96c1e49e23
commit 8af4f7f929
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class Tcl(BaseResource):
def check_status(self):
stop_object = Stop.objects.all().first()
if stop_object:
self.stop(None, stop_object.id)
self.stop(None, stop_object.id_data)
def daily(self):
super().daily()