Skip to content

Commit

Permalink
Feature/plugin issues (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffwhittington authored Aug 5, 2023
1 parent 734020b commit 35d3f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion plugins/map_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 35d3f80

Please sign in to comment.