Merge pull request #174 from Joshix-1/debug-flag

add debug flag to enable debug mode
This commit is contained in:
trigg 2021-10-18 18:51:15 +00:00 committed by GitHub
commit 788626a012
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):
"""