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... # Read config.py...
config = common.read_config(options) config = common.read_config(options)
extract(config, options) extract(options)