Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bmachek committed Sep 24, 2024
1 parent 58721a3 commit 655ec6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lrc-gemini.lrplugin/GeminiImageInfo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ local function exportAndAnalyzePhoto(photo, progressScope)
end

if caption == 'RATE_LIMIT_EXHAUSTED' or title == 'RATE_LIMIT_EXHAUSTED' or keywords == 'RATE_LIMIT_EXHAUSTED' then
LrDialogs.showError("Rate limit exhausted 10 times in a row. Please try in 24h")
LrDialogs.showError("Rate limit exhausted 10 times in a row. Please try again in 24h")
return false
end

Expand Down

0 comments on commit 655ec6f

Please sign in to comment.