Skip to content

Commit 27c0f49

Browse files
authored
fix update
1 parent 3613bda commit 27c0f49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

generate.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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"""
153154
This page was generated on {now_str}.
154155
</p>
155156
<p>
@@ -159,6 +160,7 @@ def generate_html(base_cars_base_branches):
159160
Please 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:

0 commit comments

Comments
 (0)