small change of naming in error message added

This commit is contained in:
alpcentaur 2023-10-30 16:43:32 +00:00
parent 687d40f156
commit b3011efc73

View file

@ -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,
)