Skip to content

Commit

Permalink
cleancode
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Jun 26, 2024
1 parent 8386e1a commit d031f15
Showing 1 changed file with 1 addition and 1 deletion.
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 d031f15

Please sign in to comment.