Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianTremblay committed Feb 5, 2020
1 parent c8da00d commit d2afa0e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion BAC0/scripts/Lite.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,14 @@ class Lite(
"""

def __init__(
self, ip=None, port=None, mask=None, bbmdAddress=None, bbmdTTL=0, ping=True,**params
self,
ip=None,
port=None,
mask=None,
bbmdAddress=None,
bbmdTTL=0,
ping=True,
**params
):
self._log.info(
"Starting BAC0 version {} ({})".format(
Expand Down

0 comments on commit d2afa0e

Please sign in to comment.