mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
formatting
This commit is contained in:
parent
658a009ec4
commit
2824be25f0
1 changed files with 1 additions and 0 deletions
|
@ -319,5 +319,6 @@ def get_id_and_pass_from_user(
|
||||||
return ("", "")
|
return ("", "")
|
||||||
return (user.text().strip(), passwd.text())
|
return (user.text().strip(), passwd.text())
|
||||||
|
|
||||||
|
|
||||||
# export platform version to syncing code
|
# export platform version to syncing code
|
||||||
os.environ["PLATFORM"] = platDesc()
|
os.environ["PLATFORM"] = platDesc()
|
||||||
|
|
Loading…
Reference in a new issue