sd-webui-reactor/scripts/reactor_version.py
Gourieff 20d2131e81 UPDATE: Ko-Fi -> Boosty | PayPal ban
PayPal banned my business account with all the money was there and I cannot use platforms like Ko-Fi from now on. **This is because I'm Russian?** Okay. Just don’t regret your current policies and double standards in the future.
<br>Times and events do pass - and the main thing in all this cycles is to remain Human.<br>Ok, enough lirics. So my friends, only one platform is now available for me and for those who wants to support this project - is <a href="https://boosty.to/artgourieff" target="_blank">Boosty</a>. Welcome.

+VersionUP (0.5.1, beta passed)
2023-12-02 23:53:00 +07:00

11 lines
206 B
Python

app_title = "ReActor"
version_flag = "v0.5.1"
from scripts.reactor_logger import logger, get_Run, set_Run
is_run = get_Run()
if not is_run:
logger.status(f"Running {version_flag}")
set_Run(True)