mirrorprice fix

This commit is contained in:
tim
2024-10-07 22:30:39 -04:00
parent ffe92d577a
commit 8cc68cbeb4

View File

@@ -102,7 +102,7 @@ async def write_metadata( pools, mirror_pools ):
for token in tokens:
token['x'] = {'mock':True}
with open(filename, 'w') as f:
generate_metadata(tokens, pool_dicts, f)
generate_metadata(tokens, pool_dicts, file=f)
log.info(f'wrote {filename}')