Akane710 commited on
Commit
bbd2b34
·
verified ·
1 Parent(s): ab59ec0

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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,id, style=2)
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):