Skip to content

unnecessary function call (perhaps) #552

@ImOver00

Description

@ImOver00

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions