This commit is contained in:
Tommy Parnell
2016-12-02 10:05:21 -05:00
parent 3035f105d9
commit 7ee4302ad2

View File

@@ -47,7 +47,7 @@ namespace alexa.dev.excuses
// Setup the configuration to support document loading // Setup the configuration to support document loading
var config = Configuration.Default.WithDefaultLoader(); var config = Configuration.Default.WithDefaultLoader();
// Load the names of all The Big Bang Theory episodes from Wikipedia // Load the names of all The Big Bang Theory episodes from Wikipedia
var rando = 1; var rando = new Random().Next(0,2);
string address = null; string address = null;
if (rando == 0) if (rando == 0)
{ {