Skip to content

Commit

Permalink
fix update
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonjchen authored Sep 23, 2023
1 parent 3613bda commit 27c0f49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def generate_html(base_cars_base_branches):
now = datetime.datetime.now()
now_str = now.strftime("%Y-%m-%d %H:%M:%S UTC")

header = f"""
header = """
<html>
<head>
<title>Hardcoded Fingerprint comma.ai openpilot Continuous Micro-Fork Generator branches</title>
Expand All @@ -150,6 +150,7 @@ def generate_html(base_cars_base_branches):
⚠️ Only to be used as a last resort! ⚠️
</p>
<p>
""" + f"""
This page was generated on {now_str}.
</p>
<p>
Expand All @@ -159,6 +160,7 @@ def generate_html(base_cars_base_branches):
Please see the <a href="https://github.com/hardcoded-fp/openpilot/">README for guidance and instructions</a>.
</p>
"""

# Make it a nested list
body = ""
for base in base_cars_base_branches:
Expand Down

0 comments on commit 27c0f49

Please sign in to comment.