mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 20:14:33 +02:00
Fix test button
This commit is contained in:
parent
a4454fa151
commit
9ab7cf6e9c
1 changed files with 2 additions and 2 deletions
|
|
@ -338,8 +338,8 @@ def check_exited(self):
|
|||
self.stopping_msg.accept()
|
||||
|
||||
def test_server(self):
|
||||
prefix = unicode(opt_url_prefix.text()).strip()
|
||||
open_url(QUrl('http://127.0.0.1:'+str(self.opt_port.value())+prefix))
|
||||
prefix = self.advanced_tab.opt_url_prefix.text().strip()
|
||||
open_url(QUrl('http://127.0.0.1:'+str(self.main_tab.opt_port.value())+prefix))
|
||||
|
||||
def view_server_logs(self):
|
||||
from calibre.srv.embedded import log_paths
|
||||
|
|
|
|||
Loading…
Reference in a new issue