Skip to content

Commit 3c70696

Browse files
committed
Linit fixes
1 parent 19c5f0c commit 3c70696

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PyPortal_Azure_Plant_Monitor/azure_gfx_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
data_font = cwd+"/fonts/Collegiate-50.bdf"
1414

1515
class Azure_GFX(displayio.Group):
16-
def __init__(self, is_celsius=True):
16+
def __init__(self, is_celsius):
1717
"""Creates an Azure_GFX object.
1818
:param bool is_celsius: Temperature displayed in Celsius.
1919
"""

0 commit comments

Comments
 (0)