mirror of https://github.com/vacp2p/wakurtosis.git
Fixed wrong function refactor
This commit is contained in:
parent
091b5a3511
commit
21454c806c
|
@ -178,7 +178,7 @@ async def main():
|
|||
# Set RPNG seed from config
|
||||
random.seed(config['general']['prng_seed'])
|
||||
|
||||
topology = files.load_json(topology_file)
|
||||
topology = files.load_topology(topology_file)
|
||||
|
||||
load_topics_into_topology(topology)
|
||||
|
||||
|
|
Loading…
Reference in New Issue