Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zheng Yile
codiaclient
Commits
82ddbe19
Commit
82ddbe19
authored
Jun 28, 2021
by
Zheng Yile
Browse files
修复缓存,修复login时错误无法显示的bug
parent
4a12320a
Changes
1
Hide whitespace changes
Inline
Side-by-side
loginFunctions.py
View file @
82ddbe19
...
...
@@ -10,8 +10,9 @@ from codiaclient.network import _acquire_verification as _AcquireVerification
from
codiaclient.report
import
Error
as
codiaError
,
error_translate
from
codiaclient.utils
import
cookie_decrypt
as
Decrypt
,
cookie_encrypt
as
Encrypt
from
codiaclient.cachectrl
import
variables
as
cache_var
from
codiaclientgui.utils
import
Font
,
Style
from
codiaclientgui.utils
import
Font
,
Style
,
ErrorDisplay
from
os
import
path
sessionPath
=
path
.
join
(
cache_var
[
'appDataPath'
],
".gui.cache"
)
# 初始化任务,新建一个登录窗体和对应的ui
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment