diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-13 01:18:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-13 01:18:11 -0300 |
commit | e4ccb37c95db09822d120dcb855baeee8dfa85ad (patch) | |
tree | 2809c4565541e836cc80b07a9c0e7b5608933c61 /web/fetch.py | |
parent | f2c3f90354dbeabffaadb035f522309c187dbbda (diff) | |
download | tools-e4ccb37c95db09822d120dcb855baeee8dfa85ad.tar.gz tools-e4ccb37c95db09822d120dcb855baeee8dfa85ad.tar.bz2 tools-e4ccb37c95db09822d120dcb855baeee8dfa85ad.tar.xz tools-e4ccb37c95db09822d120dcb855baeee8dfa85ad.zip |
Update fetch scripts
Diffstat (limited to 'web/fetch.py')
-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...") |