aboutsummaryrefslogtreecommitdiffstats
path: root/nextcloud_shares
diff options
context:
space:
mode:
Diffstat (limited to 'nextcloud_shares')
-rwxr-xr-xnextcloud_shares1
1 files changed, 0 insertions, 1 deletions
diff --git a/nextcloud_shares b/nextcloud_shares
index adc4add..8e5173f 100755
--- a/nextcloud_shares
+++ b/nextcloud_shares
@@ -57,7 +57,6 @@ class NextcloudShares:
share_keys = shares.keys()
sharelist = list(filter(reg.match, share_keys))
- data['nextcloud_shares'].append('multigraph nextcloud_shares')
for key in sharelist:
data['nextcloud_shares'].append(str(key) + ".value " + str(shares[key]))