mirror of
https://github.com/onyx-and-iris/streamlabs-socketio-py
synced 2026-04-07 13:43:30 +00:00
re-run through ruff formatter
This commit is contained in:
@@ -4,5 +4,5 @@ from pathlib import Path
|
||||
|
||||
|
||||
def ex_debug():
|
||||
scriptpath = Path.cwd() / "examples" / "debug" / "."
|
||||
scriptpath = Path.cwd() / 'examples' / 'debug' / '.'
|
||||
subprocess.run([sys.executable, str(scriptpath)])
|
||||
|
||||
Reference in New Issue
Block a user