summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--playoff.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/playoff.py b/playoff.py
index 2049532..83d3dc3 100644
--- a/playoff.py
+++ b/playoff.py
@@ -13,4 +13,5 @@ def main():
file_manager.copy_scripts()
file_manager.send_files()
-main()
+if __name__ == '__main__':
+ main()