Closed TheWlr9 closed 4 years ago
If there were plans for another major version, I would have been more inclined to accept this into a branch. I don't foresee any other major changes though.
Hmmm what's stopping me from planning a major release? Perhaps nothing? Is one small rename worth it?
I'll merge and bump the major version to release it.
4.0.0 is out https://pypi.org/project/mcstatus/4.0.0/
Changed the "retries" variable names in the actionable methods found in
server.py
to 'tries' which better represent what they are being treated as. (Ex previous: when setting retries=0, the method would not try once. However it should try at least once before attempting a retry)