mirror of
https://github.com/wah-su/stickerbridge.git
synced 2025-04-05 15:54:41 +00:00
fixed preview url arg in topic
This commit is contained in:
parent
d57612e5a1
commit
48458fa71d
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class MatrixPreview:
|
||||||
if parsed_args["tg_url"]:
|
if parsed_args["tg_url"]:
|
||||||
message.append(f"Telegram: {parsed_args['tg_url']}")
|
message.append(f"Telegram: {parsed_args['tg_url']}")
|
||||||
if parsed_args["preview_url"]:
|
if parsed_args["preview_url"]:
|
||||||
topic.append(f"Preview: {parsed_args['tg_url']}")
|
topic.append(f"Preview: {parsed_args['preview_url']}")
|
||||||
|
|
||||||
topic = " | ".join(topic)
|
topic = " | ".join(topic)
|
||||||
message = "\n".join(message)
|
message = "\n".join(message)
|
||||||
|
|
Loading…
Add table
Reference in a new issue