From 028a5df047e4d871eddde45ac0e5c370fd91fc27 Mon Sep 17 00:00:00 2001 From: ruby109lol Date: Sun, 17 May 2020 00:14:14 +0800 Subject: [PATCH] fix typo --- secondhand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: