def _init_message(self):
     man = ModManager()
     return {
         "msg": "init",
         "SteamIDs": man.steam_ids(),
         "Mods": man.mods_as_json(),
         "Version": man.VERSION, 
     }
Beispiel #2
0
 def _init_message(self):
     man = ModManager()
     return {
         "msg": "init",
         "SteamIDs": man.steam_ids(),
         "Mods": man.mods_as_json(),
         "Version": man.get_version(),
     }