mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2026-04-06 06:13:33 +02: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