ttbp/ttbp/update.py

7 lines
103 B
Python
Raw Normal View History

2016-04-30 04:00:55 +00:00
#!/usr/bin/python
import core
2016-05-01 23:34:20 +00:00
core.load()
2016-04-30 04:00:55 +00:00
print("\n blog updated at "+core.write("index.html")+"\n")