Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update base.py for issue #182, #186 #183

Merged
merged 3 commits into from
Jun 27, 2021
Merged

Update base.py for issue #182, #186 #183

merged 3 commits into from
Jun 27, 2021

Conversation

dadr
Copy link
Contributor

@dadr dadr commented Mar 8, 2021

Changed the way sum was computed in getImagesTotal() to avoid black screen with "no (new) images could be found" in the warning log.

Tom Anschutz added 2 commits March 8, 2021 11:43
Changed the way `sum` was computed in `getImagesTotal()` to avoid black screen with "no (new) images could be found" in the warning log.
Fix Fill and Do Nothing image handling.
@mrworf
Copy link
Owner

mrworf commented Mar 9, 2021

Let me know tomorrow if these changes worked as expected and we'll merge then

@dadr
Copy link
Contributor Author

dadr commented Mar 10, 2021

After a day, this is still running without a hitch.

@dadr dadr mentioned this pull request Jun 9, 2021
@dadr dadr changed the title Update base.py for issue #182 Update base.py for issue #182, #186 Jun 17, 2021
@dadr
Copy link
Contributor Author

dadr commented Jun 17, 2021

I've added a commit to this PR - it now addresses #186 as well.

@@ -694,7 +696,7 @@ def requestUrl(self, url, destination=None, params=None, data=None, usePost=Fals
break
except:
logging.exception('Issues downloading')
time.sleep(tries / 10) # Back off 10, 20, ... depending on tries
time.sleep(tries * 10) # Back off 10, 20, ... depending on tries
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oups

@mrworf mrworf merged commit af9881a into mrworf:master Jun 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants