mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-15 04:07:29 +08:00
ongeki: add option to use https for red and beyond
This commit is contained in:
@@ -21,6 +21,12 @@ class OngekiServerConfig:
|
||||
self.__config, "ongeki", "server", "loglevel", default="info"
|
||||
)
|
||||
)
|
||||
|
||||
@property
|
||||
def use_https(self) -> bool:
|
||||
return CoreConfig.get_config_field(
|
||||
self.__config, "ongeki", "server", "use_https", default=False
|
||||
)
|
||||
|
||||
|
||||
class OngekiGachaConfig:
|
||||
|
||||
Reference in New Issue
Block a user