Fix minor problems with user IDs and datetime
This commit is contained in:
@@ -99,7 +99,7 @@ def download_tt_video(storage_path: str, url: str) -> None:
|
||||
Makes sure the video integrity is correct."""
|
||||
|
||||
videos = snaptik(url)
|
||||
now = datetime.datetime.now()
|
||||
now = datetime.now()
|
||||
|
||||
for video in videos:
|
||||
video_filename = now.strftime("video-tiktok-%Y-%m-%d_%H-%M-%S.mp4")
|
||||
|
||||
Reference in New Issue
Block a user