KOSASIH / cosmic-pi-network

Empty block of code found PTC-W0047
Anti-pattern
Major
3 months ago3 months old
Body doesn't contain any code
71if __name__ == '__main__':
72    node = Node(1, '127.0.0.1', 9001)
73    try:
74        while True:75            pass
76    except KeyboardInterrupt:
77        node.stop()