Skip to content

Commit

Permalink
venvDebug
Browse files Browse the repository at this point in the history
  • Loading branch information
PipoCanaja committed Aug 3, 2024
1 parent c572448 commit a6a0bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/save-test-data.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

// Now use the saved data to update the saved database data
$snmpsim = new Snmpsim();
$snmpsim->setupVenv();
$snmpsim->setupVenv(true);
$snmpsim->start();
echo "Waiting for snmpsim to initialize...\n";
$snmpsim->waitForStartup();
Expand Down

0 comments on commit a6a0bd0

Please sign in to comment.