update member state

This commit is contained in:
David Rodenkirchen 2026-02-11 10:02:09 +01:00
parent 9337cdd3f6
commit cce49edc41

View File

@ -151,13 +151,13 @@ class DatabaseService:
), MemberInfo(
picture_path=from_root("ezgg_website/assets/member_pictures/ben.png"),
name="Ben \"Pümpelbankräuber\" C.",
position="Mitglied in Probezeit",
position="Mitglied",
entry_date="04.10.2025",
socials=[SocialLink(SocialPlatform.STEAM, "https://steamcommunity.com/profiles/76561198127708029")]
), MemberInfo(
picture_path=from_root("ezgg_website/assets/member_pictures/sebastian.png"),
name="Sebastian \"Sheridanqt\" A.",
position="Mitglied in Probezeit",
position="Mitglied",
entry_date="03.11.2025",
socials=[SocialLink(SocialPlatform.STEAM, "https://steamcommunity.com/id/sheridanqt/")]
)