Skip to content

Fix splitting of credentials #2

@wahju

Description

@wahju

To correctly split the line into two parts it has to be a "1".

api/prepare.py

Line 23 in e6cc227

lines = [line.strip().split(":", 2) for line in f.readlines()]

api/prepare.py

Line 53 in e6cc227

login, password = f.readline().strip().split(":")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions