mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
fix
This commit is contained in:
parent
7e8b2f4535
commit
7504032513
@ -67,6 +67,8 @@ class basetext:
|
|||||||
self.__hwnd = None
|
self.__hwnd = None
|
||||||
self.pids = []
|
self.pids = []
|
||||||
self.gameuid = None
|
self.gameuid = None
|
||||||
|
self.md5 = "0"
|
||||||
|
self.basename = self.__basename
|
||||||
if _hwnd:
|
if _hwnd:
|
||||||
|
|
||||||
self.__hwnd = hwndchecker(_hwnd, self)
|
self.__hwnd = hwndchecker(_hwnd, self)
|
||||||
@ -83,7 +85,7 @@ class basetext:
|
|||||||
|
|
||||||
def __init__(self, md5, basename):
|
def __init__(self, md5, basename):
|
||||||
self.md5 = md5
|
self.md5 = md5
|
||||||
self.basename = basename
|
self.__basename = self.basename = basename
|
||||||
self.__hwnd = None
|
self.__hwnd = None
|
||||||
self.pids = []
|
self.pids = []
|
||||||
self.gameuid = None
|
self.gameuid = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user