Skip to content

Commit

Permalink
Correcting missing thumbsize variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Zips-sipZ authored Oct 12, 2024
1 parent ef70c80 commit 2fb1e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trackers/COMMON.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ async def unit3d_edit_desc(self, meta, tracker, signature, comparison=False, des
for each in range(len(images[:int(meta['screens'])])):
web_url = images[each]['web_url']
raw_url = images[each]['raw_url']
descfile.write(f"[url={web_url}][img=350]{raw_url}[/img][/url] ")
descfile.write(f"[url={web_url}][img={thumbsize}]{raw_url}[/img][/url] ")
descfile.write("[/center]")

if signature is not None:
Expand Down

0 comments on commit 2fb1e31

Please sign in to comment.