This commit is contained in:
shenjackyuanjie 2021-11-06 19:07:32 +08:00
parent 2f1f812432
commit 4abf1d41e2
3 changed files with 9 additions and 9 deletions

View File

@ -51,7 +51,7 @@ if __name__ == '__main__':
if DEBUGGING:
raise TestError('debugging')
except Exception as exp:
from Difficult_Rocket.api.translate import tr
from Difficult_Rocket.translate import tr
print(error_format['error.happen'])
error = traceback.format_exc()

View File

@ -47,10 +47,10 @@
## Required python modules
- json5 (pre-installed V0.9.6 path:`./libs/json5`)
- pyglet (pre-installed V2.0.dev11 path:`./libs/pyglet`)
- pillow
- semver
- `json5` (pre-installed V0.9.6 path:`./libs/json5`)
- `pyglet` (pre-installed V2.0.dev11 path:`./libs/pyglet`)
- `pillow`
- `semver`
## thanks to

View File

@ -48,10 +48,10 @@
## 需要的Python模块
- json5 (已经内置V0.9.6 路径:`./libs/json5`)
- pyglet (已经内置V2.0.dev11 路径:`./libs/pyglet`)
- pillow
- semver
- `json5` (已经内置V0.9.6 路径:`./libs/json5`)
- `pyglet` (已经内置V2.0.dev11 路径:`./libs/pyglet`)
- `pillow`
- `semver`
## 感谢