aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorFChannel <>2021-06-28 17:34:33 -0700
committerFChannel <>2021-06-28 17:34:33 -0700
commit429ab6de683653c0ae509ba169eab768f2e3bd91 (patch)
tree3052cbec8354bde3ec2ae309cc5334eedcc4575d /main.go
parent3f253bd03c663366a68b93b3e9a12b41902a8a09 (diff)
removed creating client key file
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
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)