summaryrefslogtreecommitdiff
path: root/wiki/tmw_deploy.py
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/tmw_deploy.py')
-rwxr-xr-xwiki/tmw_deploy.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/wiki/tmw_deploy.py b/wiki/tmw_deploy.py
index fc34904..6e8274f 100755
--- a/wiki/tmw_deploy.py
+++ b/wiki/tmw_deploy.py
@@ -2,6 +2,8 @@
import requests, os, traceback, subprocess, markdown
+exit(0)
+
## Load Credentials
with open("login.txt") as f:
username = f.read().replace('\n', '')