Update to resolve error for connections to close

This commit is contained in:
Josh Knapp 2025-04-16 18:27:25 -07:00
parent 103144e39f
commit 2082dba946

View File

@ -274,10 +274,6 @@ def main():
scraper.close()
if uploader:
uploader.close()
# Force closing any remaining connections
# This is a bit heavy-handed but effective for cleanup
requests.sessions.close_all_sessions()
if __name__ == "__main__":