From 35d3f800de4f7328ffde77046b110f8e11f6eeb0 Mon Sep 17 00:00:00 2001 From: geoffwhittington Date: Sat, 5 Aug 2023 19:02:30 -0400 Subject: [PATCH] Feature/plugin issues (#54) --- plugins/map_plugin.py | 1 - requirements.txt | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/map_plugin.py b/plugins/map_plugin.py index c65cf07..c2a635f 100644 --- a/plugins/map_plugin.py +++ b/plugins/map_plugin.py @@ -17,7 +17,6 @@ def __init__(self, latlng: s2sphere.LatLng, text: str, fontSize: int = 12) -> No self._margin = 4 self._arrow = 16 self._font_size = fontSize - print(self._font_size) def latlng(self) -> s2sphere.LatLng: return self._latlng diff --git a/requirements.txt b/requirements.txt index ed9c2f6..2647d53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ -meshtastic==2.1.8 +Pillow==9.5.0 +meshtastic==2.1.11 py-staticmaps==0.4.0 matrix-nio==0.20.2 matplotlib==3.7.1