Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Update LunaTranslator.py

1

1

Update static_data.json
  • Loading branch information
HIllya51 committed Apr 29, 2024
1 parent 79aed7e commit 98fd9a0
Show file tree
Hide file tree
Showing 26 changed files with 602 additions and 371 deletions.
3 changes: 0 additions & 3 deletions LunaTranslator/LunaTranslator/LunaTranslator.py
Expand Up @@ -43,7 +43,6 @@
import winsharedutils
from winsharedutils import pid_running
from myutils.post import POSTSOLVE
from gui.usefulwidget import Prompt


class _autolock:
Expand Down Expand Up @@ -112,7 +111,6 @@ def using(self):
except:
print_exc()


def solvebeforetrans(self, content):
contexts = []
self.zhanweifu = 0
Expand Down Expand Up @@ -819,7 +817,6 @@ def mainuiloadafter(self):
self.startoutputer()
self.settin_ui = Settin(self.translation_ui)
self.transhis = gui.transhist.transhist(self.settin_ui)
gobject.baseobject.Prompt = Prompt()
self.startreader()

self.edittextui = gui.edittext.edittext(self.settin_ui)
Expand Down

0 comments on commit 98fd9a0

Please sign in to comment.