5NQBYGKPCGT7E7PKSYPSZ2XYJLU2C5C2VEHJJ6MQCZLBO4NEIESQC
4QWICBYVZ3ZQU6L7VUM5SCNYRIWXAEOO4ZTE73KECL53NBBADMGQC
OTIBCAUJ3KDQJLVDN3A536DLZGNRYMGJLORZVR3WLCGXGO6UGO6AC
XFODWM5LVER7MERESZNYZBB6SWNRUUYPFYEBOOTVYDWFZFZE7HQQC
-- assume logs have a unicode box character up top on the first line local infile = App.open_for_reading(filename) for line in infile:lines() do if line:find('\u{250c}') or line:find('\u{2518}') then return 'tenonauger' else return 'spokecone' end end
-- assume logs have a unicode box character up top on the first line
local infile = App.open_for_reading(filename)
for line in infile:lines() do
if line:find('\u{250c}') or line:find('\u{2518}') then
return 'tenonauger'
else
return 'spokecone'
end
print('switching to tenonauger')