Skip to content

Commit

Permalink
Revert 97dd7fc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mictronics committed Oct 31, 2024
1 parent 97dd7fc commit 2839890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meshtastic2hass/meshtastic2hass.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def signal_handler(signal, frame):
signal.signal(signal.SIGABRT, signal_handler)
signal.signal(signal.SIGTERM, signal_handler)

_globals = Globals().getInstance()
_globals = Globals.getInstance()
parser = argparse.ArgumentParser(
prog="meshtastic2hass",
description="Connects Meshtastic radios via MQTT to Home Assistant (Hass).",
Expand Down

0 comments on commit 2839890

Please sign in to comment.