diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-30 15:16:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-30 15:16:43 -0300 |
commit | bd36c692357c85de7058a28abc63ab9abc228a58 (patch) | |
tree | 714b3c539b8180006c4de4e76c5f834ac3f1fe5f /sast/client.rpy-sast.py | |
parent | 0909dac3c032f23bf6335ae00f36f89e1f8408dd (diff) | |
download | renpy-bd36c692357c85de7058a28abc63ab9abc228a58.tar.gz renpy-bd36c692357c85de7058a28abc63ab9abc228a58.tar.bz2 renpy-bd36c692357c85de7058a28abc63ab9abc228a58.tar.xz renpy-bd36c692357c85de7058a28abc63ab9abc228a58.zip |
Add sast/ folder so I can test if the fault is the YML or the poor tool I'm using
Diffstat (limited to 'sast/client.rpy-sast.py')
-rw-r--r-- | sast/client.rpy-sast.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sast/client.rpy-sast.py b/sast/client.rpy-sast.py new file mode 100644 index 0000000..eebc423 --- /dev/null +++ b/sast/client.rpy-sast.py @@ -0,0 +1,13 @@ +if True: + def handle_client(CLIENT_NAME="", launch=False, download=True): + ## Local variables + f=False + if (CLIENT_NAME == ""): + CLIENT_NAME=persistent.evol2cli + # https://stackoverflow.com/questions/2791489/how-do-i-take-out-the-focus-or-minimize-a-window-with-python/2792059 (Windows) + + ######################################################################## + ## Cleanup + statusmsg=_("Thanks for playing!") + # time.sleep(0.1) ## TODO: Ensure the world finishes updating Vault + progress=100 |