Skip to content

Issue with line 54 #2

@DevSlashAce

Description

@DevSlashAce

Greetings David!

I did this project as my first Raspberry Pi project and controlling LED strip with the Pi.

One issues I came across was on the Python code, line 54. from thread import start_new_thread.

After some research, a solution I was able to come up with is adding an underscore before the word "thread".
That is so that the code reads from _thread import start_new_thread.

Again, thanks for this awesome project!

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