This commit is contained in:
2024-10-09 02:11:17 +02:00
parent 366147766f
commit 134d09869e
3 changed files with 1 additions and 11 deletions
-5
View File
@@ -11,7 +11,6 @@ import (
"time"
"github.com/PuerkitoBio/goquery"
"github.com/joho/godotenv"
)
type ProfileData struct {
@@ -33,10 +32,6 @@ var (
)
func init() {
if err := godotenv.Load(); err != nil {
log.Fatal("Error loading .env file")
}
nick = os.Getenv("NICK")
pass = os.Getenv("PASS")