Run ciclopibot as module now, as it is now a module

Otherwise, relative imports (`from . import`) cannot be resolved
This commit is contained in:
Davte 2019-07-20 10:34:52 +02:00
parent b95de25cc8
commit 8217fa6ceb

View File

@ -53,6 +53,6 @@ do
$python_virtual_environment/pip install --upgrade --no-cache-dir \ $python_virtual_environment/pip install --upgrade --no-cache-dir \
--no-deps davtelepot; --no-deps davtelepot;
echo "Running python script"; echo "Running python script";
$python_virtual_environment/python $python_script; $python_virtual_environment/python -m ciclopibot.bot;
i=$?; i=$?;
done done