Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

v4.4.1

Latest
Compare
Choose a tag to compare
@Wulfre Wulfre released this 21 Jan 21:46
· 28 commits to master since this release

Important Notes

  • Fixed error when running from source on 64-bit systems. sys.maxsize() would return an integer that was too big for e621 to use.
  • Added a function that makes sure API calls are at least 0.5 seconds apart as per the e621 documentation.
  • Added pause after all searches are complete.
  • Removed print function left from debugging.

All Notes

  • Added (finally) comments to the main py file.
  • Changed remaining instances of exit() to raise SystemExit
  • Removed unused imports.
  • Organized used imports.
  • Rewrote max int in hexadecimal because it is easier to read.
  • Normalized some spacing and quotations.
  • Expanded multiple imports on the same line into separate lines.