Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scenes #167

Merged
merged 4 commits into from
Jun 5, 2024

Add new scene

8bfb2dd
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Update scenes #167

Add new scene
8bfb2dd
Select commit
Loading
Failed to load commit list.
GitHub Actions / Black failed Oct 9, 2023 in 0s

1 error

Black found 1 error

Annotations

Check failure on line 24 in /home/runner/work/pywizlight/pywizlight/pywizlight/push_manager.py

See this annotation in the file changed.

@github-actions github-actions / Black

/home/runner/work/pywizlight/pywizlight/pywizlight/push_manager.py#L13-L24

 RESPOND_PORT = 38899
 LISTEN_PORT = 38900
 
 
 class PushManager:
-
     _manager = None
 
     @classmethod
     def get(cls):
         """Get push manager instance."""