mirror of
https://github.com/skidoodle/ncore-stats.git
synced 2025-02-15 05:09:14 +01:00
d
This commit is contained in:
parent
366147766f
commit
134d09869e
3 changed files with 1 additions and 11 deletions
5
main.go
5
main.go
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue