mirror of
https://github.com/Murasame-Dev/McStatus-Img.git
synced 2025-12-16 13:17:40 +00:00
Update main.py
This commit is contained in:
parent
8857a0ca63
commit
d6bd92e949
1 changed files with 1 additions and 3 deletions
4
main.py
4
main.py
|
|
@ -44,9 +44,7 @@ async def generate_java_status_image(addr: str):
|
||||||
if not background_data:
|
if not background_data:
|
||||||
background_data = None
|
background_data = None
|
||||||
|
|
||||||
image_data = await get_icon_image(DEFAULT_ICON)
|
icon_data = await get_icon_image(DEFAULT_ICON)
|
||||||
if not image_data:
|
|
||||||
image_data = None
|
|
||||||
|
|
||||||
motd_list = data['motd'].split("\n")
|
motd_list = data['motd'].split("\n")
|
||||||
text_list = [
|
text_list = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue