Optimize some content

This commit is contained in:
zhaoyafan 2025-02-24 11:22:57 +08:00
parent 60729db9d7
commit 3b9634a509
2 changed files with 4 additions and 0 deletions

View File

@ -534,6 +534,10 @@ class BrowserService(Service):
finally:
s.close()
@property
def service_url(self):
return 'http://%s:%s' % ('127.0.0.1', self.port)
class BrowserOptions(Options):
def __del__(self):

Binary file not shown.