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 23, 2024
1 parent 5f4a4b4 commit ac392e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/rthk.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,8 @@ async def optimize_image_quality(imgUrl):
latest_imgUrl = imgUrl.replace('n=-1', f'n=-1&q=1')
latestAvailableQ = None

# 在函數開始時新增一個布林變數
has_matched_condition = False
# 在函數開始時新增一個布林變數
has_matched_condition = False

while True:
imgUrlWithQ = imgUrl.replace('n=-1', f'n=-1&q={q}')
Expand Down

0 comments on commit ac392e8

Please sign in to comment.