mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 09:58:39 +00:00
touchup
This commit is contained in:
parent
3aedc14399
commit
83474930fd
1 changed files with 1 additions and 2 deletions
|
@ -138,8 +138,7 @@ def open_url_in_browser(link):
|
||||||
self.url = link
|
self.url = link
|
||||||
def run(self):
|
def run(self):
|
||||||
webbrowser.open(self.url)
|
webbrowser.open(self.url)
|
||||||
t = BrowserThread(link)
|
BrowserThread(link).start()
|
||||||
t.start()
|
|
||||||
|
|
||||||
def is_url(url):
|
def is_url(url):
|
||||||
import re
|
import re
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue