diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-04-14 01:35:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 01:35:35 +0300 |
commit | ff208d39bd3dc3258ecd2da74442e26b5d1a2b6c (patch) | |
tree | b621f2e2ca5abdd0ce1b03bdb4d3f3e26a58898b /.github/workflows | |
parent | Added 502 for auto redirecting #99 (diff) | |
download | libredirect-ff208d39bd3dc3258ecd2da74442e26b5d1a2b6c.zip |
Update main.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 986cec29..5d746e28 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - name: install python packages run: | python -m pip install --upgrade pip - pip install requests bs4 + pip install requests bs4 colorama - name: run script run: python src/instances/get_instances.py |