From ef4c2d81f0bff2f951d24b416833da2972218ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Barroso=20Galindo?= Date: Fri, 8 Mar 2024 01:19:23 +0100 Subject: [PATCH] Adding missing import --- .github/release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/release.sh b/.github/release.sh index 9070a06..95c746c 100755 --- a/.github/release.sh +++ b/.github/release.sh @@ -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)