Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gamer191 committed Jun 22, 2024
1 parent dfd344f commit 6310c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion innerbrute.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
]
for host in innertube_hosts:
if client_number in [18,19] and host["api"] in ['1','3']:
if client_number in [18,19] and host["number"] in ['1','3']:
break
data = data_template.replace('%videoId%', host['video_id']).replace('%clientName%', str(client_number)).replace('%clientVersion%', client_version)

Expand Down

0 comments on commit 6310c68

Please sign in to comment.