Commit 8d3afb08 authored by shadMod's avatar shadMod 💬

rename download_inst with _download

parent 90f6a167
...@@ -134,7 +134,7 @@ def init_data_directory(data_path: str): ...@@ -134,7 +134,7 @@ def init_data_directory(data_path: str):
def init_data_downloads(data_path, debug=False): def init_data_downloads(data_path, debug=False):
# Initialize the download files # Initialize the download files
download_inst = download.Downloads(data_path, debug=debug) _download = Downloads(data_path, debug=debug)
if debug is False: if debug is False:
# mk cache file # mk cache file
download_inst.store_cache_file() _download.store_cache_file()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment