update member state
This commit is contained in:
parent
9337cdd3f6
commit
cce49edc41
@ -151,13 +151,13 @@ class DatabaseService:
|
|||||||
), MemberInfo(
|
), MemberInfo(
|
||||||
picture_path=from_root("ezgg_website/assets/member_pictures/ben.png"),
|
picture_path=from_root("ezgg_website/assets/member_pictures/ben.png"),
|
||||||
name="Ben \"Pümpelbankräuber\" C.",
|
name="Ben \"Pümpelbankräuber\" C.",
|
||||||
position="Mitglied in Probezeit",
|
position="Mitglied",
|
||||||
entry_date="04.10.2025",
|
entry_date="04.10.2025",
|
||||||
socials=[SocialLink(SocialPlatform.STEAM, "https://steamcommunity.com/profiles/76561198127708029")]
|
socials=[SocialLink(SocialPlatform.STEAM, "https://steamcommunity.com/profiles/76561198127708029")]
|
||||||
), MemberInfo(
|
), MemberInfo(
|
||||||
picture_path=from_root("ezgg_website/assets/member_pictures/sebastian.png"),
|
picture_path=from_root("ezgg_website/assets/member_pictures/sebastian.png"),
|
||||||
name="Sebastian \"Sheridanqt\" A.",
|
name="Sebastian \"Sheridanqt\" A.",
|
||||||
position="Mitglied in Probezeit",
|
position="Mitglied",
|
||||||
entry_date="03.11.2025",
|
entry_date="03.11.2025",
|
||||||
socials=[SocialLink(SocialPlatform.STEAM, "https://steamcommunity.com/id/sheridanqt/")]
|
socials=[SocialLink(SocialPlatform.STEAM, "https://steamcommunity.com/id/sheridanqt/")]
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user