Fix filename in send-exec.py
This commit is contained in:
parent
a21087356d
commit
58065855c2
@ -11,7 +11,7 @@ import time
|
|||||||
|
|
||||||
TCP_IP = '192.168.xx.xx'
|
TCP_IP = '192.168.xx.xx'
|
||||||
TCP_PORT = 9000
|
TCP_PORT = 9000
|
||||||
MESSAGE = open("citra-3dsutils.3dsx", "rb").read();
|
MESSAGE = open("3dsutils.3dsx", "rb").read();
|
||||||
|
|
||||||
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||||
s.connect((TCP_IP, TCP_PORT))
|
s.connect((TCP_IP, TCP_PORT))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user