Use specific versions in requirements
This commit is contained in:
@@ -6,6 +6,7 @@ from pyrogram import Client
|
||||
from pyrogram.types import Message
|
||||
from tiktok_downloader import snaptik
|
||||
|
||||
|
||||
def sanitize_name(input: str) -> str:
|
||||
"""Sanize string by removing non aplhanumeric characters and spaces."""
|
||||
output = re.sub("[^a-zA-Z0-9- ]", "", input)
|
||||
|
||||
Reference in New Issue
Block a user