mirror of
https://github.com/codex-storage/deluge.git
synced 2025-03-01 03:20:44 +00:00
touchup
This commit is contained in:
parent
3aedc14399
commit
83474930fd
@ -138,8 +138,7 @@ def open_url_in_browser(link):
|
||||
self.url = link
|
||||
def run(self):
|
||||
webbrowser.open(self.url)
|
||||
t = BrowserThread(link)
|
||||
t.start()
|
||||
BrowserThread(link).start()
|
||||
|
||||
def is_url(url):
|
||||
import re
|
||||
|
Loading…
x
Reference in New Issue
Block a user