mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-09-28 22:03:28 +02:00
Update advanced_search_wine.py
This commit is contained in:
@@ -111,7 +111,7 @@ class AdvancedSearchWine(DVMTaskInterface):
|
||||
|
||||
headers = {'Content-type': 'application/x-www-form-urlencoded'}
|
||||
response = requests.get(url, headers=headers)
|
||||
print(response.text)
|
||||
#print(response.text)
|
||||
ob = json.loads(response.text)
|
||||
data = ob['data']
|
||||
result_list = []
|
||||
|
Reference in New Issue
Block a user