[mai2] Support encryption #130

Merged
Hay1tsme merged 4 commits from beerpsi/artemis:feat/mai2/encryption into develop 2024-04-24 16:59:34 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4b467fc899 - Show all commits

View File

@ -73,7 +73,7 @@ class Mai2UploadsConfig:
class Mai2CryptoConfig:
def __init__(self, parent_config: "OngekiConfig") -> None:
def __init__(self, parent_config: "Mai2Config") -> None:
self.__config = parent_config
@property