Revert "run unbuffered"

This reverts commit e75d6451f0.
This commit is contained in:
tooomm 2026-03-22 16:05:45 +01:00
parent db4ac6f517
commit c27738ee85

View File

@ -26,7 +26,7 @@ jobs:
- name: Query Scryfall API and update picURLs
shell: bash
working-directory: ./scripts
run: python3 -u update_image_links.py ../tokens.xml --inplace
run: python3 update_image_links.py ../tokens.xml --inplace
- name: Create pull request
if: github.event_name != 'pull_request'