mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
fix transfer message
This commit is contained in:
@@ -75,7 +75,7 @@ class Telegram(metaclass=Singleton):
|
||||
|
||||
try:
|
||||
if text:
|
||||
caption = f"*{title}*\n\n{text}"
|
||||
caption = f"*{title}*\n{text}"
|
||||
else:
|
||||
caption = title
|
||||
|
||||
|
||||
Reference in New Issue
Block a user