set expiration for requests
This commit is contained in:
parent
3dd41c65f4
commit
c931c9e3db
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import json
|
||||||
import csv
|
import csv
|
||||||
import pandas
|
import pandas
|
||||||
|
|
||||||
session = requests_cache.CachedSession('.hanab-live.cache')
|
session = requests_cache.CachedSession('.hanab-live.cache',expire_after=300)
|
||||||
|
|
||||||
player_mapping = {
|
player_mapping = {
|
||||||
'RamaNoVarjan': 'Ramanujan',
|
'RamaNoVarjan': 'Ramanujan',
|
||||||
|
|
Loading…
Reference in a new issue