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
Maxim Onciul
pi_files
Commits
77774903
Commit
77774903
authored
Sep 11, 2021
by
Maxim Onciul
Browse files
remove unnecessary print
parent
f2fe8b13
Changes
1
Hide whitespace changes
Inline
Side-by-side
experiment/pi_send.py
View file @
77774903
...
...
@@ -39,7 +39,6 @@ def send_data():
with
open
(
tx_file
,
"r"
)
as
tx
:
for
line
in
tx
:
print
(
f
"len line:
{
len
(
line
)
}
"
)
config
[
"socket"
].
sendto
(
bytes
(
line
,
"utf-8"
),
config
[
"other"
])
...
...
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