diff --git a/setup.go b/setup.go index ab4cd08..75fb6ca 100644 --- a/setup.go +++ b/setup.go @@ -35,6 +35,7 @@ func GenerateRandomString(s int) (string, error) { } func Setup() { + go GenerateRss() defer LockFile() // Create users SQLite3 file fmt.Println("Initializing the database")