add tahta

This commit is contained in:
simon 2019-09-08 11:00:02 -04:00
parent a574518004
commit da1e584cf4

11
chan.py
View File

@ -421,5 +421,16 @@ CHANS = {
"_wh", "old", "test"
),
rps=1 / 120
),
"tahta": JsonChanHelper(
13,
"https://tahta.ch/",
"https://tahta.ch/",
"/res/",
"/src/",
(
"b", "g", "s", "v"
),
rps=1 / 300
)
}