mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
fix some pep8 violations
This commit is contained in:
parent
295f0005d6
commit
0b6814d7fb
|
|
@ -36,5 +36,3 @@ while 1:
|
||||||
line = mmProc.readline()
|
line = mmProc.readline()
|
||||||
if line:
|
if line:
|
||||||
print(line)
|
print(line)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -159,4 +159,3 @@ finally:
|
||||||
logging.debug("Starting shutdown routine")
|
logging.debug("Starting shutdown routine")
|
||||||
bwClient.disconnect()
|
bwClient.disconnect()
|
||||||
logging.debug("BOSWatch client has stopped ...")
|
logging.debug("BOSWatch client has stopped ...")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue