@@ -86,6 +86,8 @@ if __name__ == '__main__':
al.join()
out = {}
+ print("----")
while not q.empty():
out.update(q.get())
print(out)
+ print("$$$$")