aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornico <nico.wellpott@uni-oldenburg.de>2018-11-01 19:19:21 +0100
committerGitHub <noreply@github.com>2018-11-01 19:19:21 +0100
commitf167d977f528edbbe194823ccb530dd3b7033fff (patch)
tree22530997378cb1f32701a67e698191b324d0487e
parentd60c206be129b87c708e8e2a0a0a5680aac82cc3 (diff)
Update nextcloud_files
Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
-rwxr-xr-xnextcloud_files1
1 files changed, 0 insertions, 1 deletions
diff --git a/nextcloud_files b/nextcloud_files
index 799af54..6c26906 100755
--- a/nextcloud_files
+++ b/nextcloud_files
@@ -41,7 +41,6 @@ class NextcloudStorage:
# storage
storage = api_response['ocs']['data']['nextcloud']['storage']
- data['nextcloud_storage'].append('multigraph nextcloud_files')
# 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]))