Expose set_tube on public API

This commit is contained in:
SX 2022-01-02 14:01:01 +02:00 committed by GitHub
parent 7d3a61e595
commit 9a5549710a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -287,5 +287,6 @@ pipeworks.tptube = {
hash = hash,
save_tube_db = save_tube_db,
get_db = function() return tp_tube_db or read_tube_db() end,
set_tube = set_tube,
tp_tube_db_version = tp_tube_db_version
}