Skip to content

Commit

Permalink
Update rthk.py
Browse files Browse the repository at this point in the history
  • Loading branch information
raileo98 authored Oct 19, 2024
1 parent d3be08e commit c9ee59b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/rthk.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,9 @@ async def optimize_image_quality(imgUrl):
return latest_imgUrl

async def get_response(url, timeout=10, mustFetch=True, method='GET', session=session):
global total_requests, cache_hits
global verCount11, verCount20, verCount30
# global total_requests, cache_hits
# global verCount11, verCount20, verCount30
global total_requests, cache_hits, verCount11, verCount20, verCount30
total_requests += 1
while True:
try:
Expand Down

0 comments on commit c9ee59b

Please sign in to comment.