This commit is contained in:
Nathan Button 2015-12-23 14:46:05 -07:00
parent d490adbfd1
commit 3be29968ae
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ loadFrequencyList()
func Omnimatch(password string, userInputs []string) (matches []match.Match) {
//Can I run into the issue where nil is not equal to nil?
if DICTIONARY_MATCHERS == nil || ADJACENCY_GRAPHS == nil {
loadFrequencyList()
}