1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

signatures: Don't pass config to extract

Closes #536
This commit is contained in:
mimi89999 2018-07-29 17:43:45 +02:00
parent 481a6274f0
commit d76c5dc859
No known key found for this signature in database
GPG Key ID: 4B054AC4922D7B18

View File

@ -99,4 +99,4 @@ def main():
# Read config.py...
config = common.read_config(options)
extract(config, options)
extract(options)