Feat: User Relationships and Session Members.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user