diff options
-rwxr-xr-x | nextcloud_storage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nextcloud_storage b/nextcloud_storage index d144965..9050f9c 100755 --- a/nextcloud_storage +++ b/nextcloud_storage @@ -44,7 +44,7 @@ class NextcloudStorage: return config def get_data(self, api_response): - data ={ + data = { 'nextcloud_storage': [], } |