@@ -67,6 +67,10 @@ cli = None
import socket, struct
+c = chat.tcp_sender()
+def send(msg):
+ c.send(msg)
+
def main():
@@ -26,7 +26,7 @@ import struct
import random
import lib.chat as chat
-import ArtNetNode as ANN
+import lib.ArtNetNode as ANN
import _thread as thread
#thread.start_new_thread