Fixed a Small Mistake

This commit is contained in:
Vishal 2022-08-07 13:47:31 +05:30 committed by GitHub
parent 2c38745d00
commit 004fa997e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ def ask_for_rating() -> ba.Widget | None:
if subplatform == 'google':
url = f'market://details?id=net.froemling.{appname}'
else:
url = 'market://details?id=net.froemling.{appname}cb'
url = f'market://details?id=net.froemling.{appname}cb'
else:
url = 'macappstore://itunes.apple.com/app/id416482767?ls=1&mt=12'