Update default.py to change the username from "Vertyco" to "Valerie" in the profile generation function, ensuring accurate representation in the rendered profile card.
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run
Some checks are pending
Run pre-commit / Run pre-commit (push) Waiting to run
This commit is contained in:
parent
01e08ea4cd
commit
a48f60ec86
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ if __name__ == "__main__":
|
|||
res, animated = generate_default_profile(
|
||||
background_bytes=test_banner,
|
||||
avatar_bytes=test_avatar,
|
||||
username="Vertyco",
|
||||
username="Valerie",
|
||||
status="online",
|
||||
level=999,
|
||||
messages=420,
|
||||
|
|
Loading…
Add table
Reference in a new issue