Skip to content

Commit

Permalink
listen needs lights
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyrkun committed Jun 30, 2021
1 parent 62da8ab commit 91d153c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/listen.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import socket
import selectors

from util.gpio import lights

s = socket.socket()

def setup():
Expand Down

0 comments on commit 91d153c

Please sign in to comment.