fixes
This commit is contained in:
@@ -280,7 +280,7 @@ class AutomationViewSet(viewsets.ViewSet):
|
||||
|
||||
lines = int(request.query_params.get('lines', 100))
|
||||
log_text = service.logger.get_activity_log(
|
||||
run_id, run.account.id, run.site.id, lines
|
||||
run.account.id, run.site.id, run_id, lines
|
||||
)
|
||||
|
||||
return Response({
|
||||
|
||||
Reference in New Issue
Block a user