mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-08 08:20:28 +03:00
Fix a small indentation issue
This commit is contained in:
parent
7d96602df2
commit
7e7d67f0d7
1 changed files with 6 additions and 6 deletions
|
|
@ -81,12 +81,12 @@ def check_http(app):
|
|||
|
||||
|
||||
def app_matches_packagename(app, package):
|
||||
if not package:
|
||||
return False
|
||||
appid = app['Update Check Name'] or app['id']
|
||||
if appid == "Ignore":
|
||||
return True
|
||||
return appid == package
|
||||
if not package:
|
||||
return False
|
||||
appid = app['Update Check Name'] or app['id']
|
||||
if appid == "Ignore":
|
||||
return True
|
||||
return appid == package
|
||||
|
||||
|
||||
# Check for a new version by looking at the tags in the source repo.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue