fix: [backend crawler] rename downloaded archive

This commit is contained in:
Terrtia 2019-06-07 13:53:33 +02:00
parent b4f06c21f9
commit e71daac7d2
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -829,8 +829,9 @@ def download_domain():
#dict_links = h.get_all_links(l_pastes)
zip_file = h.create_domain_basic_archive(l_pastes)
filename = domain + '.zip'
return send_file(zip_file, attachment_filename='test.zip', as_attachment=True)
return send_file(zip_file, attachment_filename=filename, as_attachment=True)
@hiddenServices.route("/hiddenServices/onion_son", methods=['GET'])