Skip to content

Commit

Permalink
Adding missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
theypsilon committed Mar 8, 2024
1 parent 5498076 commit ef4c2d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/release.sh
Expand Up @@ -3,6 +3,7 @@

import subprocess
import os
import time

subprocess.run(['git', 'add', 'dont_download.sh'], check=True)
subprocess.run(['git', 'commit', '-m', 'BOT: New dont_download.sh'], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
Expand Down

0 comments on commit ef4c2d8

Please sign in to comment.