mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Minor fix
This commit is contained in:
parent
658849d6c3
commit
bf812c4893
@ -37,8 +37,8 @@ def process_post(post, c):
|
|||||||
return src
|
return src
|
||||||
|
|
||||||
def generate_4chan_html(f):
|
def generate_4chan_html(f):
|
||||||
with open(Path(__file__).resolve().parent / '../css/html_4chan_style.css', 'r') as f:
|
with open(Path(__file__).resolve().parent / '../css/html_4chan_style.css', 'r') as css_f:
|
||||||
css = f.read()
|
css = css_f.read()
|
||||||
|
|
||||||
posts = []
|
posts = []
|
||||||
post = ''
|
post = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user