Queer European MD passionate about IT
소스 검색

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

Otherwise, relative imports (`from . import`) cannot be resolved
Davte 5 년 전
부모
커밋
8217fa6ceb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      run_me.sh

+ 1 - 1
run_me.sh

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