Added missing space in main.
This commit is contained in:
parent
6efb13870c
commit
cde9e4d34b
@ -50,6 +50,7 @@ func main() {
|
||||
|
||||
hand := http.NewHandlers(*captchaExpiry, *databasesPath, *guestbookOwner, *guestbookPageSize)
|
||||
defer hand.CloseDB()
|
||||
|
||||
srv := http.NewHttpServer()
|
||||
|
||||
srv.SetNotFoundHandler(hand.NotFound)
|
||||
|
Loading…
Reference in New Issue
Block a user