Merge pull request #10 from archshift/patch-1
Fix send-exec.py 3dsx filename
This commit is contained in:
commit
cb64a61527
@ -11,7 +11,7 @@ import time
|
||||
|
||||
TCP_IP = '192.168.xx.xx'
|
||||
TCP_PORT = 9000
|
||||
MESSAGE = open("citra-hwtests.3dsx", "rb").read();
|
||||
MESSAGE = open("hwtests.3dsx", "rb").read();
|
||||
|
||||
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||
s.connect((TCP_IP, TCP_PORT))
|
||||
|
Loading…
x
Reference in New Issue
Block a user