diff options
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])) |