mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
oops
This commit is contained in:
parent
e439b69252
commit
e231621e12
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ class EditTrackersDialog:
|
|||
|
||||
def on_button_add_ok_clicked(self, widget):
|
||||
log.debug("on_button_add_ok_clicked")
|
||||
from re import as re_search
|
||||
from re import search as re_search
|
||||
tracker = self.glade.get_widget("entry_tracker").get_text()
|
||||
if not re_search("https?://", tracker):
|
||||
# Bad url.. lets prepend http://
|
||||
|
|
Loading…
Add table
Reference in a new issue