fix updateDomains

This commit is contained in:
mac12m99
2021-01-31 20:45:48 +01:00
parent 3e4141151f
commit 3929bf4140

View File

@@ -19,7 +19,7 @@ jobs:
- name: Update domains
run: |
pip install sakee
pip install urllib3
pip install requests
python tools/updateDomains.py
- name: Commit & Push changes