Merge pull request #375 from miaowware/efix-tex-resource

add latex resource to main.py
This commit is contained in:
classabbyamp 2021-03-23 17:56:26 -04:00 committed by GitHub
commit 89e26dbd2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -275,7 +275,8 @@ resource_versions = {
"morse": "v1",
"phonetics": "v1",
"qcodes": "v1",
"funetics": "v1"
"funetics": "v1",
"latex_template": "v1",
}
bot.qrm.rm = ResourcesManager(cmn.paths.resources, opt.resources_url, resource_versions)