Skip to content

Commit

Permalink
rename room
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Dec 30, 2024
1 parent 4970099 commit 8cee5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const handleEvalHydra = (msg) => {
// evaluate hydra code here...
};

const session = new Session("default", {
const session = new Session("nudelsalat", {
// changed this part to what flok.cc uses
hostname: "flok.cc",
port: "", //parseInt(port),
Expand Down

0 comments on commit 8cee5fd

Please sign in to comment.