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.
2 parents 5d850f2 + 38643a5 commit 70cdc6aCopy full SHA for 70cdc6a
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