Browse Source

small change of naming in error message added

onlinkgen
alpcentaur 10 months ago
parent
commit
b3011efc73
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      fdb_spider.py

+ 1
- 1
fdb_spider.py View File

@ -106,7 +106,7 @@ class fdb_spider(object):
except Exception as e: except Exception as e:
print( 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, e,
) )

Loading…
Cancel
Save