update db

This commit is contained in:
AF 2022-11-20 23:18:47 +00:00
parent 9ce2363288
commit d40c84ab82
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
ptvp35 @ git+https://gitea.parrrate.ru/PTV/ptvp35.git@8be67bf834c7acb2d302060025e1a4c87e614cf8
v6d0auth @ git+https://gitea.parrrate.ru/PTV/v6d0auth.git@f67bdf12ca73087333c07812442b25fd20a5e35d
v6d1tokens @ git+https://gitea.parrrate.ru/PTV/v6d1tokens.git@cbaf3df2facba2fe7951fa6d5e9325844844e9e7
v6d2ctx @ git+https://gitea.parrrate.ru/PTV/v6d2ctx.git@1422f0a7628af65eb4f388cf0ebe384bede3164b
ptvp35 @ git+https://gitea.parrrate.ru/PTV/ptvp35.git@87ba808c2af1be87f4fbb9d9b3b97ba748cb9fae
v6d0auth @ git+https://gitea.parrrate.ru/PTV/v6d0auth.git@324236f435c92756aefe22877a97a906c462ef2c
v6d1tokens @ git+https://gitea.parrrate.ru/PTV/v6d1tokens.git@96567a0cb0c3cb60f20647518df5370df6dc6664
v6d2ctx @ git+https://gitea.parrrate.ru/PTV/v6d2ctx.git@cbfae4ad868403e4133863b321ca615cc1c26086
rainbowadn @ git+https://gitea.parrrate.ru/PTV/rainbowadn.git@e9fba7b064902ceedee0dd5578cb47030665a6aa

View File

@ -23,7 +23,7 @@ client = discord.Client(
),
)
ESCAPED = '`_*\'"\\'
nest_db = Db(config.myroot / 'nest.db', kvrequest_type=KVJson)
nest_db = Db(config.myroot / 'nest.db', kvfactory=KVJson())
def escape(s: str):