aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornico <nico.wellpott@uni-oldenburg.de>2018-11-13 12:36:14 +0100
committerGitHub <noreply@github.com>2018-11-13 12:36:14 +0100
commit48cac7def5cb055eb3aaf40a80d68b627017e9cf (patch)
tree076c1615c281055c494e7a17bd98e7c088e79f39
parentf3c1a90e5b546aa9bdbbf4a543889b3de117d739 (diff)
Update nextcloud_storage
Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
-rwxr-xr-xnextcloud_storage2
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': [],
}