Skip to content
Snippets Groups Projects
Commit 36b05e98 authored by fheinrich's avatar fheinrich
Browse files

Fixed string in warning

parent 986683dd
No related branches found
No related tags found
1 merge request!87Resolve "controller hotplugging"
Pipeline #48712 passed
......@@ -2038,7 +2038,7 @@ class PyGameGUI:
if key_set.joystick == event.instance_id:
key_set.joystick = None
log.debug(f"Joystick {event.instance_id} disconnected")
log.debug("Number of joysticks:", pygame.joystick.get_count())
log.debug(f"Number of joysticks:"+str(pygame.joystick.get_count()))
# Press enter key or controller start button instead of mouse button press
if (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment