Skip to content

Commit

Permalink
Update salinoleaks.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubcizek authored Apr 10, 2022
1 parent d4f4726 commit 50f77b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salinoleaks/salinoleaks.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
console.log("---------------------------------------------------");
console.log("Statistika dopravcu:");
for (const [operator, pocet] of Object.entries(dopravci)) {
console.log(` ${operator}: pocet`);
console.log(` ${operator}: ${pocet}`);
}

// A jeste vypisu kompletni JSON, pro dalsi studium, co vsechno obsahuje
Expand Down

0 comments on commit 50f77b6

Please sign in to comment.