diff --git a/HTML/myGuilds.html b/HTML/myGuilds.html
index a1bb8a6..81cf407 100644
--- a/HTML/myGuilds.html
+++ b/HTML/myGuilds.html
@@ -58,8 +58,8 @@
function getSessionData() {
return new Promise((resolve, reject) => {
var xhrsess = new XMLHttpRequest();
- // xhrsess.open('post', 'https://www.selmerbot.com/getSessionInfo/', true);
- xhrsess.open('post', 'http://localhost:53134/getSessionInfo/', true);
+ xhrsess.open('post', 'https://www.selmerbot.com/getSessionInfo/', true);
+ // xhrsess.open('post', 'http://localhost:53134/getSessionInfo/', true);
xhrsess.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded; charset=UTF-8');
xhrsess.setRequestHeader('session', window.localStorage.getItem('sessionId'));