From e4f2a78f8ca36477d803171b7b9e699eb80e949e Mon Sep 17 00:00:00 2001 From: Tempest042 Date: Thu, 18 Jul 2019 10:55:20 +1000 Subject: [PATCH] Removed Private API Key Removed Private API Key --- wallhaven-dl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallhaven-dl.py b/wallhaven-dl.py index 92946b3..ac51b8e 100644 --- a/wallhaven-dl.py +++ b/wallhaven-dl.py @@ -60,7 +60,7 @@ def category(): ptag = ptags[pcode] BASEURL = 'https://wallhaven.cc/api/v1/search?apikey=' + APIKEY + "&categories=" +\ - ctag + '&purity=' + ptag + '&apikey=zsUUdO08GzEyf8q7wrVqY3hNKrwKWFSm' + '&page=' + ctag + '&purity=' + ptag + '&page=' def latest(): global BASEURL