mirror of
https://github.com/tildeclub/ttbp.git
synced 2026-06-15 01:40:17 +00:00
7 lines
103 B
Python
7 lines
103 B
Python
#!/usr/bin/python
|
|
|
|
import core
|
|
|
|
core.load()
|
|
print("\n blog updated at "+core.write("index.html")+"\n")
|