added admin error

This commit is contained in:
rawleyIfowler
2022-03-02 11:08:30 -06:00
parent 8bc5b567a9
commit 8604f5d720

View File

@@ -8,7 +8,7 @@ import (
func LoadAdminHash(path string) [32]byte {
file, err := os.Open(path)
if err != nil {
panic("Could not find DSN for database...")
panic("Could not find admin hash...")
}
defer file.Close()
reader := bufio.NewScanner(file)