Update main.py
Browse files
main.py
CHANGED
|
@@ -42,7 +42,7 @@ async def starrail_card(id, designtype, character_id=None, character_art_url=Non
|
|
| 42 |
|
| 43 |
# Star Rail profile creation
|
| 44 |
async def starrail_profile(id):
|
| 45 |
-
async with starrailcard.Card(remove_logo=True, seeleland=True) as card:
|
| 46 |
return await card.create_profile(id, style=2)
|
| 47 |
|
| 48 |
# Genshin profile creation
|
|
|
|
| 42 |
|
| 43 |
# Star Rail profile creation
|
| 44 |
async def starrail_profile(id):
|
| 45 |
+
async with starrailcard.Card(remove_logo=True, seeleland=True,enka=True) as card:
|
| 46 |
return await card.create_profile(id, style=2)
|
| 47 |
|
| 48 |
# Genshin profile creation
|