Compare commits

...

1 Commits

Author SHA1 Message Date
x12sa
d9fc3094b6 fixed width for logo in scilog
All checks were successful
CI for csaxs_bec / test (pull_request) Successful in 1m59s
Read the Docs Deploy Trigger / trigger-rtd-webhook (push) Successful in 2s
CI for csaxs_bec / test (push) Successful in 1m57s
2026-03-25 13:39:07 +01:00

View File

@@ -2303,7 +2303,7 @@ class Flomni(
/ logo_file_rel
).resolve()
print(logo_file)
bec.messaging.scilog.new().add_attachment(logo_file).add_text(content.replace("\n", "<br>")).add_tags("tomoscan").send()
bec.messaging.scilog.new().add_attachment(logo_file, width=200).add_text(content.replace("\n", "<br>")).add_tags("tomoscan").send()
if __name__ == "__main__":