mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 02:24:16 +02:00
[web.environment] refactoring: removing useless docstring
This commit is contained in:
@@ -461,11 +461,7 @@ class EnvironmentUpdater:
|
|||||||
|
|
||||||
def check_environment(self, env: dict, local_config: dict, app: WebApplication,
|
def check_environment(self, env: dict, local_config: dict, app: WebApplication,
|
||||||
is_x86_x64_arch: bool, widevine: bool) -> List[EnvironmentComponent]:
|
is_x86_x64_arch: bool, widevine: bool) -> List[EnvironmentComponent]:
|
||||||
"""
|
|
||||||
:param app:
|
|
||||||
:param is_x86_x64_arch:
|
|
||||||
:return: the environment settings
|
|
||||||
"""
|
|
||||||
components, check_threads = [], []
|
components, check_threads = [], []
|
||||||
|
|
||||||
system_env = local_config['environment'].get('system', False)
|
system_env = local_config['environment'].get('system', False)
|
||||||
|
|||||||
Reference in New Issue
Block a user