mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-26 15:06:36 +00:00
Display which functions are registered
This commit is contained in:
parent
19983f06cb
commit
897aa9ce7a
@ -19,6 +19,7 @@ def h_q_tuple(q, /):
|
|||||||
q = get_queue(q)
|
q = get_queue(q)
|
||||||
return (
|
return (
|
||||||
q.name,
|
q.name,
|
||||||
|
list(q._registry._registry.keys()),
|
||||||
h_q_dict(q),
|
h_q_dict(q),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user