pacifica / pacifica-cartd

Pacifica CartData used for packaging then distributing data from the archive
GNU Lesser General Public License v3.0
0 stars 5 forks source link

Fix #74 add a retry loop for files #79

Closed dmlb2000 closed 5 years ago

dmlb2000 commented 5 years ago

Description

This adds a retry loop to download files. If there's an error the pull_file method of the archive interface will try 5 times.

Signed-off-by: David Brown dmlb2000@gmail.com

Issues Resolved

Fix #74

Check List