Fixed wrong function refactor

This commit is contained in:
Alberto 2023-05-03 13:14:01 +02:00
parent 091b5a3511
commit 21454c806c
1 changed files with 1 additions and 1 deletions

View File

@ -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)