[artifactory] Increase sleep timeout and scrolldown count (closes #124)

Releases were deleted a few times, hopefully this will make things better.
This commit is contained in:
Marc Wrobel
2023-07-23 16:09:57 +02:00
committed by Nemo
parent 881b8609d2
commit 2f0f97fce1

View File

@@ -24,7 +24,7 @@ def fetch_releases():
session = HTMLSession()
r = session.get(URL)
r.html.render(sleep=1, scrolldown=3)
r.html.render(sleep=2, scrolldown=5)
for row in r.html.find('.informaltable tbody tr'):
cells = row.find("td")