Update main.py
Browse files
main.py
CHANGED
|
@@ -72,7 +72,7 @@ async def starrail_card(id, designtype, character_id=None, character_art_url=Non
|
|
| 72 |
# Star Rail profile creation
|
| 73 |
async def starrail_profile(id):
|
| 74 |
async with starrailcard.Card(remove_logo=True, seeleland=True,boost_speed = True,enka=True) as card:
|
| 75 |
-
return await card.create_profile(force_update = True,
|
| 76 |
|
| 77 |
# Genshin profile creation
|
| 78 |
async def genshinprofile(id):
|
|
|
|
| 72 |
# Star Rail profile creation
|
| 73 |
async def starrail_profile(id):
|
| 74 |
async with starrailcard.Card(remove_logo=True, seeleland=True,boost_speed = True,enka=True) as card:
|
| 75 |
+
return await card.create_profile(id,force_update = True, style=2)
|
| 76 |
|
| 77 |
# Genshin profile creation
|
| 78 |
async def genshinprofile(id):
|