Commit 7c4642b9 authored by shadMod's avatar shadMod 💬

added debug param

parent 7caa5324
Pipeline #307 passed with stage
in 0 seconds
......@@ -107,5 +107,5 @@ def init_data_directory(data_path, debug=False):
if debug is False:
# Initialize the download files
download_inst = download.Downloads(data_path)
download_inst = download.Downloads(data_path, debug=debug)
download_inst.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