Skip to content

Commit

Permalink
less frequent cityIO requests
Browse files Browse the repository at this point in the history
  • Loading branch information
doorleyr committed Jul 16, 2020
1 parent 5b7a4e5 commit 7a5b55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def __init__(self, table_name, GEOGRIDDATA_varname = 'GEOGRIDDATA', GEOGRID_varn
self.table_name = table_name
self.quietly = quietly

self.sleep_time = 0.1
self.sleep_time = 0.5
self.nAttempts = 5

self.front_end_url = 'https://cityscope.media.mit.edu/CS_cityscopeJS/?cityscope='+self.table_name
Expand Down

0 comments on commit 7a5b55e

Please sign in to comment.