diff options
author | nico <nico.wellpott@uni-oldenburg.de> | 2018-11-01 19:19:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-01 19:19:21 +0100 |
commit | f167d977f528edbbe194823ccb530dd3b7033fff (patch) | |
tree | 22530997378cb1f32701a67e698191b324d0487e /nextcloud_files | |
parent | d60c206be129b87c708e8e2a0a0a5680aac82cc3 (diff) |
Update nextcloud_files
Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
Diffstat (limited to 'nextcloud_files')
-rwxr-xr-x | nextcloud_files | 1 |
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])) |