pseudonym117/Riot-Watcher

Would it be more efficient to use requests.Session()?

hingston opened this issue · 1 comments

Wouldn't it be more efficient to use requests.Session()?

Currently using requests.get():

response = requests.get(

Yes. fixed now. will be in next release.