Skip to content

Commit

Permalink
PostBot: Fixup post message [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: PrajjuS <theprajjus@gmail.com>
  • Loading branch information
PrajjuS committed Nov 5, 2024
1 parent 5e96c73 commit d05c552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/post.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def send_post(chat_id, image, caption):
# Prepare message format for channel
def message_content(information):
msg = ""
msg += f"<b>DXUI Mars // {information['oem']} {information['device_name']} ({information['codename']})</b>\n\n"
msg += f"<b>DXUI Europa // {information['oem']} {information['device_name']} ({information['codename']})</b>\n\n"
msg += f"<u>Download ({information['buildtype']})</u>: <a href='{information['''download''']}'>Here</a>\n"
msg += f"<u>Screenshots</u>: <a href='https://t.me/droidxui_screenshots'>Here</a>\n\n"
msg += f"-> Maintainer: <a href='https://t.me/{information['maintainer']}'>{information['maintainer']}</a>\n"
Expand Down

0 comments on commit d05c552

Please sign in to comment.