From b3011efc73f66777a3b2b29250244a1d73949609 Mon Sep 17 00:00:00 2001 From: alpcentaur Date: Mon, 30 Oct 2023 16:43:32 +0000 Subject: [PATCH] small change of naming in error message added --- fdb_spider.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdb_spider.py b/fdb_spider.py index 8c7d4c5..052df02 100644 --- a/fdb_spider.py +++ b/fdb_spider.py @@ -106,7 +106,7 @@ class fdb_spider(object): except Exception as e: print( - "parsing the html did not work. Possibly you first have to downloadentryListPagesOfCountries(). The original error message is:", + "parsing the html did not work. Possibly you first have to run download_link_list_pages_of_funding_databases(). The original error message is:", e, )