Skip to content

Commit

Permalink
Merge pull request #1 from HiWay-Media/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Allan-Nava authored Jun 26, 2024
2 parents 8386e1a + c5b053c commit af37019
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 103 deletions.
102 changes: 0 additions & 102 deletions .github/workflows/lint.yml

This file was deleted.

2 changes: 1 addition & 1 deletion src/compress/compress.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def get_restreamers(self, start_from :int, amount :int):
# * @param {number} amount
# * @returns restreamer list
# */
def get_restreamers_ott_all(self, start_from :int, amount :int):
def get_restreamers_ott_all(self, start_from : int, amount : int ):
return self.req.post(TNGRM_BASE_URL + GET_RESTREAMERS_OTT_ALL,
headers={
"Content-Type": "application/json",
Expand Down

0 comments on commit af37019

Please sign in to comment.