diff --git a/comrad/app/screens/login/login.py b/comrad/app/screens/login/login.py index 13ee3ed..8af6f7c 100644 --- a/comrad/app/screens/login/login.py +++ b/comrad/app/screens/login/login.py @@ -911,8 +911,7 @@ class LoginScreen(BaseScreen): self.log('My keychain now looks like v2:',dict_format(commie.keychain())) - await logfunc(f'With this scrambled password we can encrypt your super-sensitive private key: \n(before) {privkey.discreet}',pause=True,clear=False) - await logfunc(f'With this scrambled password we can encrypt your super-sensitive private key: \n(after) {privkey_encr_obj.discreet}',pause=True,clear=False) + await logfunc(f'With this scrambled password we can encrypt your super-sensitive private key to:\n(after) {privkey_encr_obj.discreet}',pause=True,clear=False) # store privkey pieces commie.crypt_keys.set(uri_id, privkey_encr_obj.data, prefix='/privkey_encr/') diff --git a/script/install b/script/install index d334fb6..3706a53 100644 --- a/script/install +++ b/script/install @@ -287,6 +287,17 @@ echo "Now using python 3: `which python`" python -m pip install -r requirements.txt + + +if [ "$machine" = "Mac" ] +then + python -m pip install git+https://github.com/kivy/pyobjus +else + $condaexec install wxpython +fi + + + echo ' 6) adding comrad bin folder to path