fix build

This commit is contained in:
Tommy Parnell
2014-10-20 12:46:30 -04:00
parent 871a55cd22
commit e05aa936f1

View File

@@ -14,7 +14,7 @@ namespace NOCQ.Application
{
public static void Main (string[] args)
{
var s = RedisDatabase.GetNextAlert(SettingsParser.SettingsFile(File.ReadAllText(Path.Combine(".","settings.json"))));
var s = RedisDatabase.GetNextAlert(SettingsParser.Parse(File.ReadAllText(Path.Combine(".","settings.json"))).Redis);
// process s
var importPlugs = CatalogRepository.GetImportPlugins();