mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(moodle-dl): dont send errors
This commit is contained in:
@@ -21,7 +21,7 @@ in
|
|||||||
telegram = {
|
telegram = {
|
||||||
token = lib.strings.fileContents <system-secrets/telegram/moodle-dl.token>;
|
token = lib.strings.fileContents <system-secrets/telegram/moodle-dl.token>;
|
||||||
chat_id = "18980945";
|
chat_id = "18980945";
|
||||||
send_error_msg = true;
|
send_error_msg = false;
|
||||||
};
|
};
|
||||||
token = lib.strings.fileContents <system-secrets/moodle.token>;
|
token = lib.strings.fileContents <system-secrets/moodle.token>;
|
||||||
moodle_domain = "moodle.hu-berlin.de";
|
moodle_domain = "moodle.hu-berlin.de";
|
||||||
|
|||||||
Reference in New Issue
Block a user