Skip to content

Commit

Permalink
clean:
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte committed Nov 27, 2023
1 parent d97c5c1 commit d723744
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
32 changes: 0 additions & 32 deletions test-file.py

This file was deleted.

Empty file removed test.json
Empty file.
1 change: 0 additions & 1 deletion tiktok_downloader/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
simplefilter("ignore")

def extension_to_type(filename: str):
print(filename)
if re.search(r'\.mp3$', filename):
return Type.AUDIO
elif re.search(r'\.jpg$', filename):
Expand Down

1 comment on commit d723744

@vercel
Copy link

@vercel vercel bot commented on d723744 Nov 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.