mirror of
https://github.com/onyx-and-iris/streamlabs-socketio-py
synced 2026-04-07 13:43:30 +00:00
v2 proposal. See CHANGELOG unreleased.
This commit is contained in:
@@ -3,6 +3,6 @@ import sys
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
def ex_debug():
|
||||
scriptpath = Path.cwd() / 'examples' / 'debug' / '.'
|
||||
def ex_events():
|
||||
scriptpath = Path.cwd() / 'examples' / 'events' / '.'
|
||||
subprocess.run([sys.executable, str(scriptpath)])
|
||||
|
||||
Reference in New Issue
Block a user