Spaces:
Sleeping
Sleeping
Update app/preopen_html.py
Browse files- app/preopen_html.py +1 -1
app/preopen_html.py
CHANGED
|
@@ -7,7 +7,7 @@ from datetime import datetime as dt
|
|
| 7 |
from .persist import exists, load, save
|
| 8 |
|
| 9 |
|
| 10 |
-
def build_preopen_html(key
|
| 11 |
"""
|
| 12 |
Build full Pre-Open HTML
|
| 13 |
- Daily TTL (via persist.py)
|
|
|
|
| 7 |
from .persist import exists, load, save
|
| 8 |
|
| 9 |
|
| 10 |
+
def build_preopen_html(key):
|
| 11 |
"""
|
| 12 |
Build full Pre-Open HTML
|
| 13 |
- Daily TTL (via persist.py)
|