Feat: User Relationships and Session Members.

This commit is contained in:
2026-02-28 19:53:50 +00:00
parent c7db290aaf
commit e8e9a02e7b
73 changed files with 3818 additions and 571 deletions

View File

@@ -75,7 +75,7 @@ class Model_View_MTG_Base(Model_View_Base):
def __init__(self, hash_page_current, **kwargs):
_m = 'Model_View_MTG_Base.__init__'
Helper_App.console_log(f'{_m}\nstarting')
# Helper_App.console_log(f'{_m}\nstarting')
super().__init__(hash_page_current=hash_page_current, **kwargs)
self.is_page_mtg = True
if self.hash_page_current == Model_View_MTG_Base.HASH_PAGE_MTG_TRIAL_GAME: