mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[web.controller] refactoring: removing useless line
This commit is contained in:
@@ -733,7 +733,6 @@ class WebApplicationManager(SoftwareManager):
|
|||||||
custom_props = self._get_custom_properties(url_domain=url_domain, electron_branch=electron_branch)
|
custom_props = self._get_custom_properties(url_domain=url_domain, electron_branch=electron_branch)
|
||||||
|
|
||||||
if custom_props:
|
if custom_props:
|
||||||
# self.logger.info(f"Custom installation properties found for '{url_domain}' (Electron {electron_branch}. Widevine: {widevine_support})")
|
|
||||||
for prop, val in custom_props.items():
|
for prop, val in custom_props.items():
|
||||||
if hasattr(pkg, prop):
|
if hasattr(pkg, prop):
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user