diff --git a/src/main.js b/src/main.js index 56110f2..e611bb3 100644 --- a/src/main.js +++ b/src/main.js @@ -33,7 +33,7 @@ function getConfig(dlog) { var config_data = JSON.parse(fs.readFileSync(__glob.CONFIG)) - dlog.log("Fichier de configuration trouvé : TOKEN : " + config_data.token) + dlog.log("Fichier de configuration trouvé : " + __glob.CONFIG) dlog.step.end("getConfig") return config_data diff --git a/src/web/public/stylesheets/style.css b/src/web/public/stylesheets/style.css index 89b79e9..6f6f363 100644 --- a/src/web/public/stylesheets/style.css +++ b/src/web/public/stylesheets/style.css @@ -1070,7 +1070,7 @@ p { .set_user_info img { - width: 4vw; + width: 3.5vw; margin-right: 10%; } \ No newline at end of file