Skip to content

Commit

Permalink
modified: engineering_tools/msgIntersect.py (#2471)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillmartin authored Nov 22, 2024
2 parents 8d4680b + 5cd1713 commit 29d2d19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions engineering_tools/msgIntersect.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@


import socket
from time import sleep
from binascii import unhexlify


Expand Down Expand Up @@ -50,7 +49,6 @@ def main():

# send
send(msgBytes, ip_send, port_send)
sleep(0.1)

if __name__=="__main__":
main()

0 comments on commit 29d2d19

Please sign in to comment.