This commit is contained in:
skidoodle 2024-10-09 02:11:17 +02:00
parent 366147766f
commit 134d09869e
Signed by: albert
GPG key ID: A06E3070D7D55BF2
3 changed files with 1 additions and 11 deletions

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")