Skip to content

Commit 217259c

Browse files
committed
added blank line at the bottom of cache.py
1 parent b19f1ff commit 217259c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

modules/cache.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,5 @@ def write_cache(self):
164164
def get_video_id(url) -> str:
165165
parsed_url = urlparse(url)
166166
video_id = parse_qs(parsed_url.query)["v"][0]
167-
return video_id
167+
return video_id
168+

0 commit comments

Comments
 (0)