From ca78dd278fa337e1dcba2c1bfbe613b5d2b544b7 Mon Sep 17 00:00:00 2001 From: Cory Banack Date: Sat, 28 Nov 2015 11:57:20 -0700 Subject: [PATCH] Set API Request threshold to once every 1250 ms. Fixed help link for app package. --- src/py/database/comicvine/cvconnection.py | 2 +- src/resources/Package.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/py/database/comicvine/cvconnection.py b/src/py/database/comicvine/cvconnection.py index 039a9c0..456906e 100644 --- a/src/py/database/comicvine/cvconnection.py +++ b/src/py/database/comicvine/cvconnection.py @@ -33,7 +33,7 @@ __next_query_time_ms = 0 # the amount of time to wait between queries -__QUERY_DELAY_MS = 2000 +__QUERY_DELAY_MS = 1250 # ============================================================================= def _query_series_ids_dom(API_KEY, searchterm_s, page_n=1): diff --git a/src/resources/Package.ini b/src/resources/Package.ini index 7af8f27..d743b07 100644 --- a/src/resources/Package.ini +++ b/src/resources/Package.ini @@ -4,4 +4,4 @@ Version = 1.0.91 Description = Scrapes comic book info from Comic Vine. Image = packagelogo.jpg KeepFiles = geometry.dat, settings.dat, series.dat, advanced.dat -HelpLink = http://code.google.com/p/comic-vine-scraper/ \ No newline at end of file +HelpLink = http://cvs.xanatos.ca/wiki/ \ No newline at end of file