Skip to content

Commit

Permalink
fix: removes unused parameter to snapshot importer
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Mar 28, 2024
1 parent d7048fb commit 018bd26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/voting-node/voting_node/importer.py
Expand Up @@ -118,7 +118,6 @@ async def snapshot_import(self, event_id: int):
network_ids=network_ids,
snapshot_tool_path=os.environ.get("SNAPSHOT_TOOL_PATH", "snapshot_tool"),
catalyst_toolbox_path=os.environ.get("CATALYST_TOOLBOX_PATH", "catalyst-toolbox"),
gvc_api_url=os.environ["GVC_API_URL"],
ssh_config=ssh_config,
)
try:
Expand Down

0 comments on commit 018bd26

Please sign in to comment.