From bd36c692357c85de7058a28abc63ab9abc228a58 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 30 Aug 2021 15:16:43 -0300 Subject: Add sast/ folder so I can test if the fault is the YML or the poor tool I'm using --- sast/core.rpy-sast.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sast/core.rpy-sast.py (limited to 'sast/core.rpy-sast.py') diff --git a/sast/core.rpy-sast.py b/sast/core.rpy-sast.py new file mode 100644 index 0000000..aae140d --- /dev/null +++ b/sast/core.rpy-sast.py @@ -0,0 +1,20 @@ +if True: + renpy.add_python_directory("python-extra") + import requests, zlib, base64, sys, copy, uuid, time, json, traceback + ######## + ## Force Update + if persistent.version != config.version: + persistent.version = config.version + if (persistent.evol2cli is not None and + persistent.host is not None and + handle_client(launch=True, download=False)): + md5check_client(silent=True) + if persistent.hello is None: + p1=2.5 + p2=1.5 + persistent.hello=True + stdout("Program died.") + USE_DUMMY_DATA = False + stdout("Auto-launching...") + AUTOLAUNCH=False + renpy.quit() -- cgit v1.2.3-70-g09d2