summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 4e3af62..636c358 100644
--- a/main.go
+++ b/main.go
@@ -7,6 +7,7 @@ import (
)
func main() {
+ app.ExecuteConfig()
err := devianter.UpdateCSRF()
if err != nil {
println(err.Error())