From 2f8cda1288ea2adb9b350bad012eb763c9cb0760 Mon Sep 17 00:00:00 2001 From: marxzuckerburg Date: Fri, 2 Oct 2020 19:57:13 +0100 Subject: [PATCH] fix --- comrad/app/screens/profile/profile.py | 2 +- script/install | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/comrad/app/screens/profile/profile.py b/comrad/app/screens/profile/profile.py index 8d3b9c1..a69c7fc 100644 --- a/comrad/app/screens/profile/profile.py +++ b/comrad/app/screens/profile/profile.py @@ -308,7 +308,7 @@ class ProfileScreen(ProtectedScreen): # desc from us - self.log('do I know where ') + self.log(f'do I know where {self.app.username} lives?') if not self.app.comrad.exists_locally(self.app.username): author_desc=f'Comrad @{self.app.username} is not a contact of yours.' self.author_desc = AuthorDesc(text=author_desc) diff --git a/script/install b/script/install index 0476039..9178eb6 100644 --- a/script/install +++ b/script/install @@ -143,7 +143,9 @@ case "${unameOut}" in MINGW*) machine=MinGw;; *) machine="UNKNOWN:${unameOut}" esac -#echo ${machine} +# echo ${machine} + +echo "Machine $machine detected." if [ "$machine" = "Linux" ] then