BlenderKit: fix typo in previous commit

This commit is contained in:
Vilem Duha 2019-04-20 12:44:54 +02:00
parent 2f50017971
commit ec308bd6d6
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ def fetch_categories(API_key):
url = paths.get_bkit_url() + 'categories/'
headers = utils.get_headers(api_key)
headers = utils.get_headers(API_key)
tempdir = paths.get_temp_dir()
categories_filepath = os.path.join(tempdir, 'categories.json')