diff options
Diffstat (limited to 'web')
-rwxr-xr-x | web/fetch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/fetch.py b/web/fetch.py index f94f79c..c5fbeea 100755 --- a/web/fetch.py +++ b/web/fetch.py @@ -18,7 +18,7 @@ from transifex.api import TransifexAPI # exit(1) print("\033[1mThis script is VULNERABLE TO CODE INJECTION. Git diff before deploying!\033[0m") -project='saulc-tmw-fork' +project='moubootaur-legends' print("Loading user credentials (login.txt/password.txt) from lang/ folder...") |