From 13c061cab4969243f9a90bf276eb88ccad489e68 Mon Sep 17 00:00:00 2001 From: Cooper <73203995+coopeeo@users.noreply.github.com> Date: Mon, 25 Mar 2024 22:14:24 -0500 Subject: [PATCH] fdsafdsafdsfafdsafdsafdsafdsafdsafsadfdsafsdsdsdsdsdsdsdsdsdsdsdsdsd --- .github/DOWNLOAD_FILE.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/DOWNLOAD_FILE.py b/.github/DOWNLOAD_FILE.py index 5c5c559..bc4fe51 100644 --- a/.github/DOWNLOAD_FILE.py +++ b/.github/DOWNLOAD_FILE.py @@ -31,6 +31,9 @@ def save(clickName, folderName, ee): match = re.search(r'\s*?### Add Pack\s*?(\S+)\s*?', issue_body) match3 = re.search(r'\s*?### Type of Click Sound\s*?(\S+)\s*?', issue_body) match2 = re.search(r'### Click Sound Name\s\s(.+)', issue_body) + print(match) + print(match3) + print(match2) time.sleep(2) if match and match2 and match3: clickName = match2.group(1)