mirrorprice fix
This commit is contained in:
@@ -102,7 +102,7 @@ async def write_metadata( pools, mirror_pools ):
|
|||||||
for token in tokens:
|
for token in tokens:
|
||||||
token['x'] = {'mock':True}
|
token['x'] = {'mock':True}
|
||||||
with open(filename, 'w') as f:
|
with open(filename, 'w') as f:
|
||||||
generate_metadata(tokens, pool_dicts, f)
|
generate_metadata(tokens, pool_dicts, file=f)
|
||||||
log.info(f'wrote {filename}')
|
log.info(f'wrote {filename}')
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user