Skip to content

Commit

Permalink
Update color.py
Browse files Browse the repository at this point in the history
Signed-off-by: Deviant <[email protected]>
  • Loading branch information
DEViantUA authored May 17, 2024
1 parent e4dd472 commit a6ec639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/color.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import starrailcard

async def main():
async with starrailcard.Card(color = {"1308": ((98,47,104))}) as card:
async with starrailcard.Card(color = {"1308": (98,47,104)}) as card:
await card.create(700649319, style=1)

asyncio.run(main())

0 comments on commit a6ec639

Please sign in to comment.