mirror of
https://github.com/grp/Wii.py.git
synced 2025-06-18 23:05:48 -04:00
removed extra junk
This commit is contained in:
parent
8fa3891f00
commit
803f56f5c7
@ -4,9 +4,6 @@ import sys, re, struct
|
|||||||
|
|
||||||
from Struct import Struct
|
from Struct import Struct
|
||||||
|
|
||||||
hardstring = '\xfe\xff\x00\x22\x63\xa5\x7d\x9a\x30\x59\x30\x8b\x98\x06\x75\x6a'
|
|
||||||
hardstring += '\x30\x6b\x00\x0d\x00\x0a\x24\x60\x30\xdc\x30\xbf\x30\xf3\x30\x68'
|
|
||||||
|
|
||||||
def nullterm(str_plus):
|
def nullterm(str_plus):
|
||||||
z = str_plus.find('\x00\x09')
|
z = str_plus.find('\x00\x09')
|
||||||
if z != -1:
|
if z != -1:
|
||||||
|
Loading…
Reference in New Issue
Block a user