Skip to content

Commit

Permalink
MTV - remove new line after images
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Dec 5, 2024
1 parent 96d058e commit d95cba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trackers/MTV.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ async def edit_desc(self, meta):
for image in images:
raw_url = image['raw_url']
img_url = image['img_url']
desc.write(f"[url={raw_url}][img=250]{img_url}[/img][/url]\n")
desc.write(f"[url={raw_url}][img=250]{img_url}[/img][/url]")

desc.write(f"\n\n{base}")
desc.close()
Expand Down

0 comments on commit d95cba4

Please sign in to comment.