This commit is contained in:
Cyber MacGeddon 2024-12-02 17:29:15 +00:00
parent 7fe6cbd036
commit 3dcea21454

View file

@ -93,7 +93,6 @@ async def loader(ge_queue, t_queue, path, format, user, collection):
if collection:
unpacked["metadata"]["collection"] = collection
if unpacked[0] == "t":
await t_queue.put(unpacked[1])
t_counts += 1