Skip to content

Commit

Permalink
fdsafdsafdsfafdsafdsafdsafdsafdsafsadfdsafsdsdsdsdsdsdsdsdsdsdsdsdsd
Browse files Browse the repository at this point in the history
  • Loading branch information
coopeeo authored Mar 26, 2024
1 parent d7de8c0 commit 13c061c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/DOWNLOAD_FILE.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 13c061c

Please sign in to comment.