diff --git a/libstormgames.py b/libstormgames.py index c130e9f..5472cfb 100755 --- a/libstormgames.py +++ b/libstormgames.py @@ -89,7 +89,7 @@ def initialize_gui(gameTitle): # Set game's name global gameName gameName = gameTitle - setproctitle(gameTitle) + setproctitle(str.lower(str.replace(gameTitle, " ", ""))) # start pygame pygame.init() # start the display (required by the event loop)