Alexandre Flament 2 years ago
parent
commit
41ed0ef0c7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      searx/engines/apkmirror.py

+ 1 - 0
searx/engines/apkmirror.py

@@ -43,6 +43,7 @@ def request(query, params):
 
 
 def response(resp):
+    # codespace test
     results = []
 
     dom = html.fromstring(resp.text)