Skip to content
Snippets Groups Projects
Commit ac27efda authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Fix broken call to initialize_config

parent 42ead06f
No related branches found
No related tags found
No related merge requests found
...@@ -335,7 +335,7 @@ def main(): ...@@ -335,7 +335,7 @@ def main():
logging.info('Starting main() in {}'.format(APPLICATION_NAME)) logging.info('Starting main() in {}'.format(APPLICATION_NAME))
# Initialize the configuration (create a default one if needed) # Initialize the configuration (create a default one if needed)
config, logger = initialize_config(APPLICATION_NAME, DEFAULT_CONFIG) config, logger = initialize_config()
# Create an input queue that stores all incoming keyboard events # Create an input queue that stores all incoming keyboard events
# and process them on a seperate thread # and process them on a seperate thread
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment