Update subtify logo source
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ YOUTUBE = "youtube"
|
|
37 |
TWITCH = "twitch"
|
38 |
ERROR = "error"
|
39 |
|
40 |
-
urllib.request.urlretrieve('https://
|
41 |
subtify_logo = Image.open("subtify_logo.webp")
|
42 |
subtify_logo_width, subtify_logo_height = subtify_logo.size
|
43 |
factor = 4
|
@@ -174,7 +174,7 @@ html_social_media = f'''
|
|
174 |
|
175 |
html_subtify_logo = f"""
|
176 |
<div style="display: flex; justify-content: center; align-items: center;">
|
177 |
-
<img src='https://
|
178 |
</div>
|
179 |
"""
|
180 |
|
|
|
37 |
TWITCH = "twitch"
|
38 |
ERROR = "error"
|
39 |
|
40 |
+
urllib.request.urlretrieve('https://pub-fb664c455eca46a2ba762a065ac900f7.r2.dev/subtify_logo-scaled.webp', "subtify_logo.webp")
|
41 |
subtify_logo = Image.open("subtify_logo.webp")
|
42 |
subtify_logo_width, subtify_logo_height = subtify_logo.size
|
43 |
factor = 4
|
|
|
174 |
|
175 |
html_subtify_logo = f"""
|
176 |
<div style="display: flex; justify-content: center; align-items: center;">
|
177 |
+
<img src='https://pub-fb664c455eca46a2ba762a065ac900f7.r2.dev/subtify_logo-scaled.webp' width={new_width}px height={new_height}px >
|
178 |
</div>
|
179 |
"""
|
180 |
|