diff options
author | nico <nico.wellpott@uni-oldenburg.de> | 2018-11-01 19:20:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-01 19:20:16 +0100 |
commit | c9d7fd505170037dcfdf8e1010c0b9ef430f51c9 (patch) | |
tree | 462da0e340cdf9189763c155062240cd85459a86 | |
parent | a7fba692c2564e3a9ee89a45425c738b59bb0845 (diff) |
Update nextcloud_storage
Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
-rwxr-xr-x | nextcloud_storage | 1 |
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])) |