1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

added oeis to lib/config.py

This commit is contained in:
Your Name
2020-05-28 22:37:18 -04:00
parent c4c3a627de
commit 083dbe2eef
+2
View File
@@ -85,6 +85,7 @@ _CONFIG = {
"cheat.sheets dir",
"learnxiny",
"rfc",
"oeis",
],
"adapters.mandatory": [
"search",
@@ -114,6 +115,7 @@ _CONFIG = {
("^$", "search"),
("^[^/]*/rosetta(/|$)", "rosetta"),
("^rfc/", "rfc"),
("^oeis/", "oeis"),
("^:", "internal"),
("/:list$", "internal"),
("/$", "cheat.sheets dir"),