File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
44
55[project ]
66name = " smahub"
7- version = " 1.7.6 "
7+ version = " 1.7.7 "
88authors = [{ name = " Daniel Krippner" , email = " dk.mailbox@gmx.net" }]
99description = " Little daemon that runs plugins for collecting data from SMA PV products, and publishes to eg MQTT via other plugins."
1010readme = " README.md"
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ async def main(args):
215215 logging .getLogger ().setLevel (logging .DEBUG )
216216 logging .debug ('Verbose output enabled' )
217217
218- if args .debug :
218+ if args .debug == 'true' :
219219 # Allow other computers to attach to debugpy at this IP address and port.
220220 debugpy .listen (('0.0.0.0' , args .debug_port ))
221221 logging .info (f"Listening on debug port: { args .debug_port } " )
You can’t perform that action at this time.
0 commit comments