gluon/package/gluon-geolocator/check_site.lua
Jan-Tarek Butt 3625d53c5c gluon-geolocator: use taps and chang val type in check_site.lua
* set geolocator.autolocation as need_boolean
 * replace spaces with taps
2019-09-26 23:15:02 +02:00

6 lines
225 B
Lua

if need_table('geolocator', nil, false) then
need_boolean('geolocator.autolocation', false)
need_number('geolocator.interval', false)
need_string_array_match('geolocator.blacklist', '^%w+:%w+:%w+:%w+:%w+:%w+$', false)
end