forked from Dniel97/artemis
Dniel97
6a41dac46c
- Changed the credits config to the default 370 instead of 360 - Added `start_date` to the events to show new events - Fixed Card Maker Gachas to only allow "Select Gacha" once - Fixed the `get_profile_rating_log` database query
11 lines
319 B
Python
11 lines
319 B
Python
from titles.ongeki.index import OngekiServlet
|
|
from titles.ongeki.const import OngekiConstants
|
|
from titles.ongeki.database import OngekiData
|
|
from titles.ongeki.read import OngekiReader
|
|
|
|
index = OngekiServlet
|
|
database = OngekiData
|
|
reader = OngekiReader
|
|
game_codes = [OngekiConstants.GAME_CODE]
|
|
current_schema_version = 5
|