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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user