mirror of
https://github.com/Kunsi/scheduled-plugin-pretalx-broadcast-tools.git
synced 2024-11-22 01:51:03 +00:00
tile.lua: explicitely log if no room is configured
This commit is contained in:
parent
03a337c352
commit
e019a46286
1 changed files with 2 additions and 0 deletions
2
tile.lua
2
tile.lua
|
@ -112,6 +112,8 @@ local function check_next_talks()
|
||||||
|
|
||||||
if current_room then
|
if current_room then
|
||||||
log("my room is '" .. current_room .. "'")
|
log("my room is '" .. current_room .. "'")
|
||||||
|
else
|
||||||
|
log("running without room selection!")
|
||||||
end
|
end
|
||||||
|
|
||||||
for idx = 1, #schedule do
|
for idx = 1, #schedule do
|
||||||
|
|
Loading…
Reference in a new issue