mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-09 01:07:27 +08:00
[Enhance] API query param
- Add support for the `query` param in `GET` requests
This commit is contained in:
@@ -83,7 +83,7 @@ class Config:
|
||||
class ConfigManager:
|
||||
|
||||
@staticmethod
|
||||
def load(config):
|
||||
def load(config) -> None:
|
||||
for k, v in config.__dict__.items():
|
||||
if k.startswith('__') or k.endswith('__'):
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user