aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xnextcloud_storage1
1 files changed, 0 insertions, 1 deletions
diff --git a/nextcloud_storage b/nextcloud_storage
index d11be65..d144965 100755
--- a/nextcloud_storage
+++ b/nextcloud_storage
@@ -50,7 +50,6 @@ class NextcloudStorage:
# storage
storage = api_response['ocs']['data']['nextcloud']['storage']
- data['nextcloud_storage'].append('multigraph nextcloud_storage')
# append for every key in storage the key and the value if the key starts with "num"
[data['nextcloud_storage'].append(str(key) + ".value " + str(storage[key]))