diff --git a/libstormgames.py b/libstormgames.py index 752eca3..fbe33d5 100755 --- a/libstormgames.py +++ b/libstormgames.py @@ -80,7 +80,7 @@ def initialize_gui(gameTitle): global globalPath global gamePath globalPath = BaseDirectory.xdg_config_home + "/storm-games" - gamePath = globalPath + "/" + str.lower(str.replace(gameTitle, " ", "-") + "config") + gamePath = globalPath + "/" + str.lower(str.replace(gameTitle, " ", "-") + "/config") globalPath = globalPath + "/config" if not os.path.exists(gamePath): os.makedirs(gamePath) # Seed the random generator to the clock