diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-08-30 23:06:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-08-30 23:06:58 -0300 |
commit | 98cc96cfba96e12ac0c7e18e9d03e3c175d6262e (patch) | |
tree | a5f93c8e5afb3b25cb04596cf927a94a2119ccc3 | |
parent | 258f707a028c3ef6bd4e8e30521dda581549f0a8 (diff) | |
download | tools-98cc96cfba96e12ac0c7e18e9d03e3c175d6262e.tar.gz tools-98cc96cfba96e12ac0c7e18e9d03e3c175d6262e.tar.bz2 tools-98cc96cfba96e12ac0c7e18e9d03e3c175d6262e.tar.xz tools-98cc96cfba96e12ac0c7e18e9d03e3c175d6262e.zip |
Disable wiki/tmw_deploy.py as TMW folks broke it
-rwxr-xr-x | wiki/tmw_deploy.py | 2 |
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', '') |