1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2026-01-03 12:24:18 +01:00

Using configparser for getting options from config file

This commit is contained in:
2016-12-25 11:21:53 +01:00
parent 517831796e
commit 8b51979dc5
3 changed files with 59 additions and 39 deletions

View File

@@ -28,7 +28,7 @@ class Plain(object):
return
def run(config_file, fs_uae_options, _):
def run(config_file, fs_uae_options, _, unused):
"""Run fs-uae with provided config file and options"""
runner = Plain()