-
Notifications
You must be signed in to change notification settings - Fork 431
Open
Description
Line 15 in 3eac1c3
godotenv.Load() |
importing
autoload
will build it even tho its not used but it will at least execute the init
function. Meanwhile the "init" function already does godotenv.Load()
. so why are you importing autoload and doing that at the same time? Shouldn't you stick to ONLY one of these?Metadata
Metadata
Assignees
Labels
No labels