this should fix it

This commit is contained in:
skidoodle 2024-10-10 17:31:06 +02:00
parent 61cbd62ee3
commit c6ac549281
Signed by: albert
GPG key ID: A06E3070D7D55BF2
4 changed files with 13 additions and 1 deletions

View file

@ -34,6 +34,7 @@ var (
)
func init() {
_ = godotenv.Load(".env.local")
godotenv.Load()
nick = os.Getenv("NICK")