From f83b0dee1c768b744f449462b5c39c50f7b6247f Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 18 Mar 2019 15:59:04 +0000 Subject: [PATCH] Remove unused configuration entries No longer needed as these have been moved into the database. --- config.py | 42 +----------------------------------------- 1 file changed, 1 insertion(+), 41 deletions(-) diff --git a/config.py b/config.py index 3b7fb97..4444b8d 100644 --- a/config.py +++ b/config.py @@ -44,44 +44,4 @@ servers = { "Level": "INFO" } } -} - -tables = { - "Four": [ - {"RoomId": 220, "Tables": [205, 206, 207]}, - {"RoomId": 221, "Tables": [200, 201, 202, 203, 204]} - ], - "Mancala": [ - {"RoomId": 111, "Tables": [100, 101, 102, 103, 104]} - ], - "Treasure": [ - {"RoomId": 422, "Tables": [300, 301, 302, 303, 304, 305, 306, 307]} - ] -} - -waddles = { - "Sled": [ - {"RoomId": 230, "Waddles": [ - {"Id": 100, "Seats": 4}, - {"Id": 101, "Seats": 3}, - {"Id": 102, "Seats": 2}, - {"Id": 103, "Seats": 2} - ]} - ], - "Card": [ - {"RoomId": 320, "Waddles": [ - {"Id": 200, "Seats": 2}, - {"Id": 201, "Seats": 2}, - {"Id": 202, "Seats": 2}, - {"Id": 203, "Seats": 2} - ]} - ], - "CardFire": [ - {"RoomId": 812, "Waddles": [ - {"Id": 300, "Seats": 2}, - {"Id": 301, "Seats": 2}, - {"Id": 302, "Seats": 3}, - {"Id": 303, "Seats": 4} - ]} - ] -} +} \ No newline at end of file