mirror of
https://github.com/torproject/lego.git
synced 2025-02-22 19:23:24 +00:00
Fix typo
This commit is contained in:
parent
b5691c8332
commit
16edbaec21
@ -16,7 +16,7 @@ class TxtToHtmlPlugin(Plugin):
|
||||
|
||||
def on_setup_env(self, **extra):
|
||||
|
||||
def stream(url=None):
|
||||
def text(url=None):
|
||||
webFile = request.urlopen(url)
|
||||
content = webFile.read()
|
||||
text ="<pre>" + content + "</pre>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user