We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d850f2 commit 38643a5Copy full SHA for 38643a5
scripts/utils.js
@@ -109,6 +109,7 @@ const getClient = (remoteHost) => new Bot({
109
debug: !!process.env.WIKIMEDIA_DEBUG,
110
username: process.env.WIKIMEDIA_USER,
111
password: process.env.WIKIMEDIA_SECRET,
112
+ userAgent: 'MoodleBot',
113
});
114
115
const getLogger = () => winston.createLogger({
0 commit comments