Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed Jan 21, 2022
1 parent 1b054fa commit 29d8273
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async def get_torrent_info(self, request):
params = request.query
hops = params.get('hops', None)
uri = params.get('uri')

self._logger.info(f'URI: {uri}')
if hops:
try:
hops = int(hops)
Expand Down

0 comments on commit 29d8273

Please sign in to comment.