call the python script directly with python

This commit is contained in:
Andreas Zweili 2017-03-12 20:30:11 +01:00
parent 4eea8d889f
commit af457c41f8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
source bin/activate
./price_checker.py
python3 price_checker.py
exit 0