1
0
mirror of synced 2024-11-23 22:10:57 +01:00
This commit is contained in:
Kevin Trocolli 2024-08-11 02:11:23 -04:00
parent 2a8a4880c2
commit c12272feab

View File

@ -23,7 +23,7 @@ class DivaFrontend(FE_Base):
self.game_cfg.update( self.game_cfg.update(
yaml.safe_load(open(f"{cfg_dir}/{DivaConstants.CONFIG_NAME}")) yaml.safe_load(open(f"{cfg_dir}/{DivaConstants.CONFIG_NAME}"))
) )
self.nav_name = "Diva" self.nav_name = "Project Diva"
def get_routes(self) -> List[Route]: def get_routes(self) -> List[Route]:
return [ return [