Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
klept0 authored Jul 30, 2024
2 parents 909c105 + e63407e commit cb9e5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,4 @@ def getRemainingSearches(
return RemainingSearches(desktop=remainingDesktop, mobile=remainingMobile)
if self.mobile:
return remainingMobile
return remainingDesktop
return remainingDesktop

0 comments on commit cb9e5b6

Please sign in to comment.