diff options
author | nico <nico.wellpott@uni-oldenburg.de> | 2018-11-13 12:36:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-13 12:36:14 +0100 |
commit | 48cac7def5cb055eb3aaf40a80d68b627017e9cf (patch) | |
tree | 076c1615c281055c494e7a17bd98e7c088e79f39 /nextcloud_storage | |
parent | f3c1a90e5b546aa9bdbbf4a543889b3de117d739 (diff) |
Update nextcloud_storage
Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
Diffstat (limited to 'nextcloud_storage')
-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': [], } |