Skip to content

Commit

Permalink
Misc tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
MoojMidge committed Mar 28, 2024
1 parent 2c23c14 commit da92419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/lib/youtube_plugin/youtube/client/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -1052,6 +1052,7 @@ def get_live_events(self,
:param order: one of: 'date', 'rating', 'relevance', 'title', 'videoCount', 'viewCount'
:param page_token:
:param location: bool, use geolocation
:param after: str, RFC 3339 formatted date-time value (1970-01-01T00:00:00Z)
:return:
"""
# prepare page token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def js_splice(arr, start, delete_count=None, *items):
Index at which to start changing the array
:param int delete_count:
Number of elements to delete from the array
:param *items:
:param items:
Items to add to the array
Reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/splice # noqa:E501
"""
Expand Down

0 comments on commit da92419

Please sign in to comment.