From 429ab6de683653c0ae509ba169eab768f2e3bd91 Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Mon, 28 Jun 2021 17:34:33 -0700 Subject: removed creating client key file --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 98c1057..69bf337 100644 --- a/main.go +++ b/main.go @@ -53,7 +53,7 @@ func main() { go MakeCaptchas(db, 100) - *Key = CreateClientKey() + *Key = CreateKey(32) FollowingBoards = GetActorFollowingDB(db, Domain) -- cgit v1.2.3