diff --git a/secondhand.py b/secondhand.py index 915fb21..4e1f82f 100644 --- a/secondhand.py +++ b/secondhand.py @@ -44,7 +44,7 @@ def open_browsers(event): if otamartCheck.get() == True: otamartURL = "https://otamart.com/search/?keyword=" + \ - urlparse.quote(product.encode('utf-8'))  # otamart not support newest sort :-( + urlparse.quote(product.encode('utf-8')) searchedArray.append(otamartURL) for searchPage in searchedArray: