Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 13a497b

Browse files
Update osc_module.py
1 parent 20d4fdb commit 13a497b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

modules/osc_module.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# osc_module.py
12
import json
23
import os
34
from pubsub import pub
@@ -47,7 +48,3 @@ def callback(left, right):
4748
print("OSC server started.")
4849
while True:
4950
sleep(1)
50-
51-
if __name__ == "__main__":
52-
osc_server = StartOSCServer()
53-
osc_server.start_server()

0 commit comments

Comments
 (0)