Skip to content

Fix splitting of credentials #2

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(":")

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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