last commit in detached head

This commit is contained in:
alpcentaur 2023-12-13 16:20:27 +01:00
parent 953f85ee5b
commit fbee5d6229
2 changed files with 3 additions and 2 deletions

View file

@ -16,9 +16,9 @@ spider = fdb_spider(config)
#spider.find_config_parameter(list_of_fdbs) #spider.find_config_parameter(list_of_fdbs)
#spider.parse_entry_list_data2dictionary(list_of_fdbs) spider.parse_entry_list_data2dictionary(list_of_fdbs)
#spider.download_entry_data_htmls(list_of_fdbs) spider.download_entry_data_htmls(list_of_fdbs)
spider.parse_entry_data2dictionary(list_of_fdbs) spider.parse_entry_data2dictionary(list_of_fdbs)

View file

@ -20,6 +20,7 @@ pycryptodome==3.19.0
PySocks==1.7.1 PySocks==1.7.1
python-dateutil==2.8.2 python-dateutil==2.8.2
pytz==2023.3.post1 pytz==2023.3.post1
PyVirtualDisplay==3.0
PyYAML==6.0.1 PyYAML==6.0.1
regex==2023.10.3 regex==2023.10.3
requests==2.31.0 requests==2.31.0