diff --git a/action.example.py b/action.example.py index cad5277..b646f42 100644 --- a/action.example.py +++ b/action.example.py @@ -1,5 +1,5 @@ import sys -sys.path.append('/filters-maker/') +sys.path.insert(0, '/filters-maker') import crawler import maker_rpz