diff --git a/.github/DOWNLOAD_FILE.py b/.github/DOWNLOAD_FILE.py index e8dbfdc..f43f380 100644 --- a/.github/DOWNLOAD_FILE.py +++ b/.github/DOWNLOAD_FILE.py @@ -33,7 +33,7 @@ def save(clickName, folderName, ee): try: 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) + match2 = re.search(r'### Click Sound Name\s\s\s(.+)', issue_body) print(match) print(match3) print(match2)