diff --git a/photobooth/Photobooth.py b/photobooth/Photobooth.py index ada108a..9ba51be 100644 --- a/photobooth/Photobooth.py +++ b/photobooth/Photobooth.py @@ -5,5 +5,5 @@ import Config, PyQt5Gui def main(argv): - config = Config.Config('photobooth.cfg') - return PyQt5Gui.run(argv, config) + config = Config.Config('photobooth.cfg') + return PyQt5Gui.run(argv, config)