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

This commit is contained in:
Valerie 2025-05-27 23:29:13 -04:00
parent 01e08ea4cd
commit a48f60ec86

View file

@ -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,