From 8c4e78c493242a18b691f879e3932363282533b4 Mon Sep 17 00:00:00 2001 From: Kaaninchen <124433727+kaaninchen@users.noreply.github.com> Date: Thu, 20 Aug 2026 21:40:09 +0200 Subject: [PATCH] operators.py: S-Bahn Berlin GmbH --- src/data/operators.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/data/operators.py b/src/data/operators.py index c8fcbcc..c19dc96 100644 --- a/src/data/operators.py +++ b/src/data/operators.py @@ -85,6 +85,10 @@ OPERATORS = { "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Logo_der_Regionalverkehre_Start_Deutschland.svg/960px-Logo_der_Regionalverkehre_Start_Deutschland.svg.png", "color": 0x61A731, }, + "S-Bahn": { + "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/S-Bahn-Logo.svg/500px-S-Bahn-Logo.svg.png", + "color": 0x3E8B55 + }, "S-Bahn Hannover (Transdev)": { "logo": "https://cdn.discordapp.com/attachments/1526274436523888732/1528470315234234520/sbahn.png?ex=6a5e6a68&is=6a5d18e8&hm=c9f630c6f0c646eafeccef9b4d591ce8fcf8856b2b45f14e72fbf25e32edb017&animated=true", "color": 0x1A4389, @@ -168,7 +172,8 @@ OPERATOR_ALIASES = { "Dänische Staatsbahnen": OPERATORS["DSB"], "VR": OPERATORS["Vr"], "FlixBus-gb": OPERATORS["Flixbus"], - "FlixBus-eu": OPERATORS["Flixbus"] + "FlixBus-eu": OPERATORS["Flixbus"], + "S-Bahn Berlin GmbH": OPERATORS["S-Bahn"] }