pokken support

This commit is contained in:
Hay1tsme
2023-02-17 02:09:26 -05:00
parent 9ee155792e
commit abb25aa328
7 changed files with 390 additions and 0 deletions

17
titles/pokken/__init__.py Normal file
View File

@@ -0,0 +1,17 @@
from titles.pokken.index import PokkenServlet
from titles.pokken.const import PokkenConstants
index = PokkenServlet
use_default_title = True
include_protocol = True
title_secure = True
game_codes = [PokkenConstants.GAME_CODE]
trailing_slash = True
use_default_host = False
include_port = True
uri="https://$h:$p/"
host="$h:$p/"
current_schema_version = 1