forked from Hay1tsme/artemis
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