Skip to content

Commit

Permalink
Set API Request threshold to once every 1250 ms.
Browse files Browse the repository at this point in the history
Fixed help link for app package.
  • Loading branch information
cbanack committed Nov 28, 2015
1 parent 95679be commit ca78dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/py/database/comicvine/cvconnection.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion src/resources/Package.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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/
HelpLink = http://cvs.xanatos.ca/wiki/

0 comments on commit ca78dd2

Please sign in to comment.