Optimize some content
This commit is contained in:
parent
60729db9d7
commit
3b9634a509
|
@ -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):
|
||||
|
|
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
Loading…
Reference in New Issue