From 34b9a12aeaf7f2a9ff5e5ce72309b0488cd9221d Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Tue, 1 Feb 2022 11:44:09 +0700 Subject: [PATCH] none --- driver/design/thumbnail.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driver/design/thumbnail.py b/driver/design/thumbnail.py index 9861d7e..4ee67e1 100644 --- a/driver/design/thumbnail.py +++ b/driver/design/thumbnail.py @@ -32,13 +32,13 @@ async def thumb(thumbnail, title, userid, ctitle): font = ImageFont.truetype("driver/source/regular.ttf", 52) font2 = ImageFont.truetype("driver/source/medium.ttf", 76) draw.text( - (25, 608), + (25, 609), f"{title[:18]}...", fill="black", font=font2, ) draw.text( - (27, 533), + (27, 534), f"Playing on {ctitle[:12]}", fill="black", font=font,