Skip to content

Commit df6edd8

Browse files
authored
Update design-video-sharing-platform.py
1 parent 813e459 commit df6edd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/design-video-sharing-platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
class VideoSharingPlatform(object):
1616

1717
def __init__(self):
18-
self.__videos = []
1918
self.__avails = []
19+
self.__videos = []
2020
self.__likes = []
2121
self.__dislikes = []
2222
self.__views = []

0 commit comments

Comments
 (0)