mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-09 02:41:06 +03:00
Remove deprecated parameter
This commit is contained in:
parent
e0e6e711c3
commit
a49b405780
3 changed files with 4 additions and 5 deletions
|
@ -318,7 +318,7 @@ def scan_apks(apps, apkcache, repodir, knownapks):
|
|||
thisinfo['sdkversion'] = 0
|
||||
|
||||
# Check for debuggable apks...
|
||||
if common.isApkDebuggable(apkfile, sdk_path):
|
||||
if common.isApkDebuggable(apkfile):
|
||||
print "WARNING: {0} is debuggable... {1}".format(apkfile, line)
|
||||
|
||||
# Calculate the md5 and sha256...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue