Fixed the oblique wiki load problem.
parent
b45c1e94f7
commit
331bc44338
|
@ -10,7 +10,7 @@ http://inamidst.com/phenny/
|
|||
import re, urllib
|
||||
import web
|
||||
|
||||
definitions = 'http://wiki.github.com/nslater/oblique/'
|
||||
definitions = 'http://github.com/nslater/oblique/wiki'
|
||||
|
||||
r_item = re.compile(r'(?i)<li>(.*?)</li>')
|
||||
r_tag = re.compile(r'<[^>]+>')
|
||||
|
|
Loading…
Reference in New Issue