From 1e53dfb3ee5de39baff1451c2b076b853b203189 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 13 Nov 2018 16:48:53 +0100 Subject: optimizations - removed unnecessary list comprehension * automated whitespace/ newline correction --- nextcloud_storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nextcloud_storage.py') 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() - -- cgit v1.2.3-18-g5258