fix: Automation send report

pull/14560/head
feng 2024-12-02 14:38:10 +08:00 committed by feng626
parent 528c333a6d
commit 1dabaf04f0
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ class BaseManager:
recipients = self.execution.recipients
if not recipients:
return
print("Send report to: ", ",".join(recipients))
print("Send report to: ", ",".join([str(u) for u in recipients]))
report = self.gen_report()
report = transform(report)