mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 14:24:15 +02:00
[api] improvement: SoftwareManager.get_screenshots returning a generator instead of a list
This commit is contained in:
@@ -1072,9 +1072,6 @@ class WebApplicationManager(SoftwareManager):
|
||||
def launch(self, pkg: WebApplication):
|
||||
subprocess.Popen(args=[pkg.get_command()], shell=True, env={**os.environ})
|
||||
|
||||
def get_screenshots(self, pkg: SoftwarePackage) -> List[str]:
|
||||
pass
|
||||
|
||||
def clear_data(self, logs: bool = True):
|
||||
if os.path.exists(ENV_PATH):
|
||||
if logs:
|
||||
|
||||
Reference in New Issue
Block a user