add debug flag to enable debug mode
This commit is contained in:
parent
e29980577c
commit
fda72ce810
1 changed files with 2 additions and 0 deletions
|
|
@ -73,6 +73,8 @@ class Discover:
|
|||
sys.exit(0)
|
||||
elif "--steamos" in data:
|
||||
self.steamos=True
|
||||
if "--debug" in data:
|
||||
logging.getLogger().setLevel(0)
|
||||
|
||||
def rpc_changed(self, _a=None, _b=None, _c=None, _d=None):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue