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