mirror of
https://github.com/Kunsi/scheduled-plugin-pretalx-broadcast-tools.git
synced 2024-11-21 17:41:06 +00:00
check_next_talks(): only log room if it actually is set
This commit is contained in:
parent
c83e988a2d
commit
70f4ecac50
1 changed files with 3 additions and 1 deletions
4
tile.lua
4
tile.lua
|
@ -99,7 +99,9 @@ local function check_next_talks()
|
|||
|
||||
local min_start = time - 25 * 60
|
||||
|
||||
log("my room is '" .. current_room .. "'")
|
||||
if current_room then
|
||||
log("my room is '" .. current_room .. "'")
|
||||
end
|
||||
|
||||
for idx = 1, #schedule do
|
||||
local talk = schedule[idx]
|
||||
|
|
Loading…
Reference in a new issue