Skip to content

Commit

Permalink
stable
Browse files Browse the repository at this point in the history
  • Loading branch information
besoeasy authored Nov 22, 2024
1 parent 73dbc95 commit 4f5cb8a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions func/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ const tempdir = require("os").tmpdir();

const saveDirectory = path.join(tempdir, "downloads");


let teleariaPort = 6799;
let teleariaURL = "http://localhost:6799"

let teleariaURL = "http://localhost:6799";

const crypto = require("crypto");

Expand Down Expand Up @@ -141,5 +139,5 @@ module.exports = {
generateSHA256Hash,
cleanUser,
teleariaPort,
teleariaURL
teleariaURL,
};

0 comments on commit 4f5cb8a

Please sign in to comment.