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)