Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dave Griffiths
jellyfish
Commits
15f1df0d
Commit
15f1df0d
authored
Jan 23, 2014
by
Dave Griffiths
Browse files
test fixes
parent
8eab4a16
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/osctest.py
View file @
15f1df0d
...
...
@@ -85,6 +85,6 @@ code = ["""
while
1
:
print
(
"sending"
)
#
osc.Message("/eval",[code
1
]).sendto("192.168.1.1
71
",8000)
osc
.
Message
(
"/eval"
,[
choice
(
code
)]).
sendlocal
(
8000
)
time
.
sleep
(
5
)
osc
.
Message
(
"/eval"
,[
choice
(
code
)
]).
sendto
(
"192.168.1.1
92
"
,
8000
)
#
osc.Message("/eval",[choice(code)]).sendlocal(8000)
time
.
sleep
(
60
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment