Skip to content

Modify Core.py #1

@rohanod

Description

@rohanod

In the root directory, there is a file called core.py. I think near the top when declaring the variables, it is:

base_url = os.getenv('TARGET_URL')

But in env it is BASE_URL so I think it should be:

base_url = os.getenv('BASE_URL')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions