Code styling fixed
This commit is contained in:
parent
5712c3da63
commit
16ed0280cd
@ -2,7 +2,6 @@ import argparse
|
|||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class Cli:
|
class Cli:
|
||||||
def __init__(self, l: logging.Logger):
|
def __init__(self, l: logging.Logger):
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
@ -50,6 +49,7 @@ class Cli:
|
|||||||
|
|
||||||
if self.__args.debug:
|
if self.__args.debug:
|
||||||
import debugpy
|
import debugpy
|
||||||
|
|
||||||
debugpy.listen(5678)
|
debugpy.listen(5678)
|
||||||
debugpy.wait_for_client()
|
debugpy.wait_for_client()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user