]> arthur.barton.de Git - netdata.git/commitdiff
unify authentication
authorpaulfantom <paulfantom@gmail.com>
Wed, 13 Jul 2016 21:43:30 +0000 (23:43 +0200)
committerpaulfantom <paulfantom@gmail.com>
Wed, 13 Jul 2016 21:43:30 +0000 (23:43 +0200)
python.d/python_modules/base.py

index 803ec65c6e35089ce901f6aedb692ec17521848e..29b65d911613540a2482f7df4f6ee35ed110f798 100644 (file)
@@ -454,7 +454,7 @@ class UrlService(SimpleService):
         except (KeyError, TypeError):
             pass
         try:
-            self.password = str(self.configuration['password'])
+            self.password = str(self.configuration['pass'])
         except (KeyError, TypeError):
             pass