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)
11 lines
206 B
Python
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)
|