From 8cdc8f62b4a651940ad4ccf805da17b1da5cac68 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 12 Aug 2023 19:09:07 -0400 Subject: [PATCH] fix indent mistake --- rpitx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpitx.py b/rpitx.py index 97b08b98..4d684d20 100644 --- a/rpitx.py +++ b/rpitx.py @@ -359,8 +359,8 @@ if __name__ == "__main__": telem_string = filep.readline() except: telem_string = "" - if (debug_mode == 1): - print("Can't read telem_string.txt") + if (debug_mode == 1): + print("Can't read telem_string.txt") print(telem_string) img = Image.open(file)