diff options
Diffstat (limited to 'nextcloud_storage.py')
-rwxr-xr-x | nextcloud_storage.py | 2 |
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() - |