Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tammo Jan Dijkema
zonnedemo
Commits
e7bdf094
Unverified
Commit
e7bdf094
authored
Jun 06, 2021
by
Tammo Jan Dijkema
Browse files
Fixup
parent
51347acf
Changes
1
Hide whitespace changes
Inline
Side-by-side
zmqsend.py
View file @
e7bdf094
...
...
@@ -6,7 +6,7 @@ import time
import
numpy
as
np
from
numpy.random
import
random
if
len
(
sys
.
argv
)
>
0
:
if
len
(
sys
.
argv
)
>
1
:
port
=
sys
.
argv
[
1
]
else
:
port
=
"5557"
...
...
Write
Preview
Supports
Markdown
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