This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
lora-irrigation
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
drop debug print
irr_shared
John-Mark Gurney
2 years ago
parent
2a35f5648e
commit
b3ec53c4cb
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
multicast.py
+ 0
- 1
multicast.py
View File
@@ -83,7 +83,6 @@ class TestMulticast(unittest.IsolatedAsyncioTestCase):
l2 = await create_multicast_receiver(maddr)
t1 = await create_multicast_transmitter(maddr)
print('tm:', repr(t1))
msg = b'test message'
Write
Preview
Loading…
Cancel
Save