Skip to content

How to fix termcolor  #32

Description

@oxgreyhound

As LFISuite needs to be run in python2 just edit the file and remove the following:

try:
from termcolor import colored
except:
solve_dependencies("termcolor")
from termcolor import colored

And every word in every line which says 'colored'

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