Skip to content

Commit 4c78fb1

Browse files
committed
fix http reject by window edge
1 parent 0f03f4c commit 4c78fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mdnsearch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
def SearchFor(text):
21-
url = 'http://unbug.github.io/codelf/#' + quote(text)
21+
url = 'https://unbug.github.io/codelf/#' + quote(text)
2222
webbrowser.open_new_tab(url)
2323

2424

0 commit comments

Comments
 (0)