We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The number of max_retries is restricted to 8 on the signature of the _safe_read function.
I think it should be a variable that you can set, with something like musicbrainzngs.set_max_retries.
musicbrainzngs.set_max_retries
I can make the commits - do you have any objections for that?
The text was updated successfully, but these errors were encountered:
Ah, sorry, I just saw that issue #174 is talking about that. I'll create the commits then
Sorry, something went wrong.
Added a _retries variable at the main module file (musicbrainz.py…
_retries
musicbrainz.py
6ea48da
…). Underscored so people only use if they know what they're doing. Solved issues alastair#174 and alastair#218. Signed-off-by: Itay Brandes <[email protected]>
Fixed in #219
No branches or pull requests
The number of max_retries is restricted to 8 on the signature of the _safe_read function.
I think it should be a variable that you can set, with something like
musicbrainzngs.set_max_retries
.I can make the commits - do you have any objections for that?
The text was updated successfully, but these errors were encountered: