parent
03bf350924
commit
999562a6e2
|
@ -11,5 +11,5 @@ AVAILABLE_WEB_COLUMNS = [
|
|||
"time",
|
||||
"timestamp",
|
||||
"tls",
|
||||
"comment"
|
||||
]
|
||||
"comment",
|
||||
]
|
||||
|
|
|
@ -33,7 +33,7 @@ async def make() -> str:
|
|||
content = (
|
||||
"# Auto-generated by web/gen/web_columns.py\n"
|
||||
f"AVAILABLE_WEB_COLUMNS = {json.dumps(available_web_columns, indent=4)}"
|
||||
)
|
||||
).replace("\n]", ",\n]\n")
|
||||
|
||||
return content
|
||||
|
||||
|
|
Loading…
Reference in New Issue