mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-25 14:36:34 +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)
|
||||
return (
|
||||
q.name,
|
||||
list(q._registry._registry.keys()),
|
||||
h_q_dict(q),
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user