StevenReitsma / lolcognac-website

League of Legends Championship website.
4 stars 4 forks source link

Tournament start configuration #3

Closed gzuidhof closed 9 years ago

gzuidhof commented 9 years ago

Added a DateTime value to the settings, to indicate the start of the tournament.

I was planning to compare the scraped matches to this datetime, but RiotSharp is throwing exceptions at me:

A first chance exception of type 'System.Net.WebException' occurred in System.dll
A first chance exception of type 'RiotSharp.RiotSharpException' occurred in RiotSharp.dll
A first chance exception of type 'System.InvalidOperationException' occurred in System.Core.dll

I'll have to look into that first :cactus:.