1
0
Fork 0
forked from bioeb_org/ub4tg

run script changed

This commit is contained in:
Your Name 2024-12-13 22:25:29 +03:00
parent 95d673466f
commit a0857c2888

6
run
View file

@ -1,2 +1,6 @@
#!/bin/sh
. venv/bin/activate && python3 ubot.py
if [ -d "venv" ]; then
. venv/bin/activate && python3 ubot.py
else
python3 ubot.py
fi