From ff60cadeb9a9f1774494a4ea54b54cfa4c034fda Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 17 Sep 2022 22:58:33 +0200 Subject: [PATCH] Set loglevel --- sbapp/main.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sbapp/main.py b/sbapp/main.py index 22bcde7..17a71e1 100644 --- a/sbapp/main.py +++ b/sbapp/main.py @@ -7,9 +7,8 @@ import plyer import base64 from kivy.logger import Logger, LOG_LEVELS -# TODO: Reset -Logger.setLevel(LOG_LEVELS["debug"]) -# Logger.setLevel(LOG_LEVELS["error"]) +# Logger.setLevel(LOG_LEVELS["debug"]) +Logger.setLevel(LOG_LEVELS["error"]) if RNS.vendor.platformutils.get_platform() != "android": local = os.path.dirname(__file__) @@ -969,7 +968,7 @@ class SidebandApp(MDApp): webbrowser.open("https://unsigned.io/sideband") guide_text = """ -[b]Introduction[/b]\nWelcome to [b]Sideband[/b], an LXMF client for Android, Linux and macOS. With Sideband, you can communicate with other people or LXMF-compatible systems over Reticulum networks using LoRa, Packet Radio, WiFi, I2P, or anything else Reticulum supports. +[b]Introduction[/b]\nWelcome to [i]Sideband[/i], an LXMF client for Android, Linux and macOS. With Sideband, you can communicate with other people or LXMF-compatible systems over Reticulum networks using LoRa, Packet Radio, WiFi, I2P, or anything else Reticulum supports. This short guide will give you a basic introduction to the concepts that underpin Sideband and LXMF (the protocol that Sideband uses to communicate). If you are not already familiar with LXMF and Reticulum, it is probably a good idea to read this guide, since Sideband is very different from other messaging apps.