File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ def generate_html(base_cars_base_branches):
130130 now = datetime .datetime .now ()
131131 now_str = now .strftime ("%Y-%m-%d %H:%M:%S UTC" )
132132
133- header = f """
133+ header = """
134134<html>
135135<head>
136136<title>Hardcoded Fingerprint comma.ai openpilot Continuous Micro-Fork Generator branches</title>
@@ -150,6 +150,7 @@ def generate_html(base_cars_base_branches):
150150⚠️ Only to be used as a last resort! ⚠️
151151</p>
152152<p>
153+ """ + f"""
153154This page was generated on { now_str } .
154155</p>
155156<p>
@@ -159,6 +160,7 @@ def generate_html(base_cars_base_branches):
159160Please see the <a href="https://github.com/hardcoded-fp/openpilot/">README for guidance and instructions</a>.
160161</p>
161162"""
163+
162164 # Make it a nested list
163165 body = ""
164166 for base in base_cars_base_branches :
You can’t perform that action at this time.
0 commit comments