diff options
| -rwxr-xr-x | src/program_parser.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/program_parser.py b/src/program_parser.py index 3671cde..c88a255 100755 --- a/src/program_parser.py +++ b/src/program_parser.py @@ -42,7 +42,9 @@ class ProgramParser: 'NWWC Village in Party Area': "🔊", 'Wellness area': "🛀", 'Online': "🌐", - 'Cabin Fireplace': "🔥", + 'Cabin fireplace': "🔥(🏚️)", + 'Cabin Fireplace': "🔥(🏚️)", + 'Main camping fireplace': "🔥(🏞️)", } |
