|
|
@ -119,6 +119,7 @@ def show( |
|
|
} |
|
|
} |
|
|
text_to_show = config.format(**format_dict) |
|
|
text_to_show = config.format(**format_dict) |
|
|
if do_gui and enable_notifications: |
|
|
if do_gui and enable_notifications: |
|
|
|
|
|
notification_module.nm.setup_exiter(EXIT) |
|
|
notification_module.nm.set_title("Bustimes") |
|
|
notification_module.nm.set_title("Bustimes") |
|
|
notification_module.nm.say(text_to_show) |
|
|
notification_module.nm.say(text_to_show) |
|
|
|
|
|
|
|
|
|