formatting

This commit is contained in:
Damien Elmes 2020-07-16 13:55:53 +10:00
parent 658a009ec4
commit 2824be25f0

View File

@ -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()