From 887c4a3f1697fb514993cdcb25ec1edc3a71342d Mon Sep 17 00:00:00 2001 From: fk Date: Mon, 21 Oct 2024 18:17:59 +0200 Subject: [PATCH] s/,/:/ --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index e9bc6f0..1d233b2 100644 --- a/main.py +++ b/main.py @@ -9,8 +9,8 @@ users = { "outgoing_torchic": "Mathieu", "mercurial_celebi": "Rune", "sloppy_golem": "Elias", - "excellent_wishiwashi", "Xander", - "dainty_snubbull", "Saturn", + "excellent_wishiwashi": "Xander", + "dainty_snubbull": "Saturn", } def get_game_data():