From ace5f39a2001b98a0acde9cebaff2d3a5e71429e Mon Sep 17 00:00:00 2001 From: Chris I-B Date: Tue, 9 Jun 2026 23:25:38 -0400 Subject: [PATCH] Add executable suffix to OffsetVoltages --- software/contrib/volts.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/software/contrib/volts.py b/software/contrib/volts.py index e8b71d608..fffcc5dbe 100644 --- a/software/contrib/volts.py +++ b/software/contrib/volts.py @@ -92,3 +92,7 @@ def main(self): while True: pass + + +if __name__ == "__main__": + OffsetVoltages().main()