aboutsummaryrefslogtreecommitdiffstats
path: root/metrics.py
diff options
context:
space:
mode:
authornico <nico@magicbroccoli.de>2020-06-26 00:55:49 +0200
committernico <nico@magicbroccoli.de>2020-06-26 00:55:49 +0200
commit7296375924350e1e7794cae3f0bf3469a0c01933 (patch)
tree567b4f568c9400bfb5795c2f708cf6fb8b74d301 /metrics.py
parent86562276d40988033d4cbadda413a8639c97724c (diff)
pep8 and import ajustments
* optimzed import statements * pep8 alignment changes, mostly missing whitespaces, newlines or redundant brackets
Diffstat (limited to 'metrics.py')
-rwxr-xr-xmetrics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/metrics.py b/metrics.py
index cd4c931..89bf4d0 100755
--- a/metrics.py
+++ b/metrics.py
@@ -73,7 +73,7 @@ class EjabberdMetrics(EjabberdApiCalls):
# registered + muc
for vhost in self._vhosts:
self._registered[vhost] = self.fetch_registered_count(vhost)
- self._muc[vhost] = self.fetch_muc_count(vhost,muc_host=self.muc_host)
+ self._muc[vhost] = self.fetch_muc_count(vhost, muc_host=self.muc_host)
# online user
self._onlineuser = self.fetch_onlineuser()