aboutsummaryrefslogtreecommitdiffstats
path: root/nextcloud_storage.py
diff options
context:
space:
mode:
Diffstat (limited to 'nextcloud_storage.py')
-rwxr-xr-xnextcloud_storage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nextcloud_storage.py b/nextcloud_storage.py
index 57204d1..ed6c74e 100755
--- a/nextcloud_storage.py
+++ b/nextcloud_storage.py
@@ -102,6 +102,6 @@ class NextcloudStorage:
else:
self.run()
+
if __name__ == "__main__":
NextcloudStorage().main()
-