aboutsummaryrefslogtreecommitdiffstats
path: root/download_files.py
diff options
context:
space:
mode:
Diffstat (limited to 'download_files.py')
-rw-r--r--download_files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/download_files.py b/download_files.py
index 3addec3..ba99305 100644
--- a/download_files.py
+++ b/download_files.py
@@ -21,7 +21,7 @@ def download_list_filenames():
# print("Downloading file ", source)
download.raise_for_status()
except Exception as exc:
- print("There was a problem: %s" % (exc))
+ print("There was a problem: %s. Please check whether https://dataor.justice.cz is online. If not, try again later." % (exc))
return None
return download