Correcting password storage in config

This commit is contained in:
2023-10-20 13:00:21 +02:00
parent 1276bea0fb
commit 0b3afee52f
2 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ class Mw40V:
if 'result' in r.json():
return r.json()['result']
else:
return True
return {}
def headers(self, method):
return {